Share via


IDebugModule3::IsUserCode

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.

See Also

Reference

IDebugModule3