Nota
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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.