IDebugModule3::SetJustMyCodeState
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.