Share via


INmMember::GetID

Use the GetID method to retrieve the unique identifier (ID) for the Member object.

HRESULT GetID
  ULONG *puID);

Parameters

  • puID
    [out] Pointer to a location that contains the member ID.

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
    The GUID for the Member object was retrieved successfully.
  • E_POINTER
    puID is an invalid pointer.

Remarks

This method is valid only when there is a data conference (which uses a Data Channel object). NetMeeting SDK client applications placing NetMeeting calls should use INmMember::GetNmchCaps to monitor a member's channel capabilities for NMCH_DATA before calling GetID to get the member ID.

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, Using the NetMeeting Data Channel, Further Reading