Share via


INmConference::GetNmchCaps

The GetNmchCaps method retrieves the types of channels (or channel capabilities) for which the Conference object can receive notifications. You specify these channel types when you create the Conference object.

HRESULT GetNmchCaps(
ULONG *puchCaps);

Parameters

  • puchCaps
    [out] Pointer to an NMCH_* value that identifies the channel capabilities.

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 value was retrieved successfully.
  • E_UNEXPECTED
    The conference is idle.

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.