Edit

Share via


IDebugModule3::IsUserCode

Retrieves information on whether the module represents user code or not.

Syntax

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