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.
Retrieves information on whether the module represents user code or not.
HRESULT IsUserCode(
BOOL* pfUser
);
int IsUserCode(
out int pfUser
);
Parameters
- pfUser
[out] Nonzero (TRUE) if module represents user code, zero (FALSE) if it does not.
Return Value
If successful, returns S_OK; otherwise, returns error code.