Share via


INmMember::GetConference

Use the GetConference method to retrieve a pointer to the conference in which the member is participating.

HRESULT GetConference
  INmConference **ppConference);

Parameters

  • ppConference
    [out] Pointer to a location for the INmConference interface pointer on the Conference object that represents the conference in which this member is participating.

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 INmConference interface pointer was retrieved successfully.
  • S_FALSE
    No conference is available.
  • E_FAIL
    Internal resources are not available.

Remarks

If this method returns S_OK, the application must call Release for ppConference.

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