Share via


INmMember::GetNmchCaps

Use the GetNmchCaps method to retrieve information about the channels in which this member is currently participating.

HRESULT GetNmchCaps
  ULONG *puchCaps);

Parameters

  • puchCaps
    [out] Pointer to a location for the channel capability flags. The value may be NMCH_NULL, NMCH_ALL, or any combination of the other NMCH_* type enumeration values.

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 channel capability flags were retrieved successfully.

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