Share via


INmChannel::GetConference

Use the GetConference method to retrieve the Conference object to which the channel belongs.

HRESULT GetConference(
INmConference **ppConference);

Parameters

  • ppConference
    [out] Pointer to a location for the INmConference interface on the Conference object to which this channel belongs.

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 interface pointer on the conference object has been retrieved successfully.
  • E_FAIL
    Internal resources are not available.
  • E_POINTER
    The ppConference location is invalid.

Remarks

If this method returns S_OK, the application must call Release for the conference interface returned in 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

INmChannelNotify, Channel Object, Channel Object Details