Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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.