Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.