Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Marks the module as being user code or not.
HRESULT SetJustMyCodeState(
BOOL fIsUserCode
);
int SetJustMyCodeState(
int fIsUserCode
);
Parameters
- fIsUserCode
[in] Nonzero (TRUE) if the module should be considered user code, zero (FALSE) if it should not.
Return Value
If successful, returns S_OK; otherwise, returns error code.