Share via


INmMember::IsSelf

Use the IsSelf method to detect whether the Member object object represents the local user.

HRESULT IsSelf(void);

Return Values

NetMeeting client applications can use the SUCCEEDED and FAILED macros in winerror.h to check return values.

Return values can include RPC layer errors or any of the following values.

  • S_OK
    This Member object represents the local user.
  • S_FALSE
    This Member object does not represent the local user.

Requirements

**  Windows NT/2000:** Requires Windows NT 4.0 SP3 or later.
**  Windows 95/98:** Requires Windows 95 or later. Available as a redistributable for Windows 95.
**  Header:** Imsconf2.idl.

See Also

INmMember, Member Object, Member Object Details