Share via


INmConference::EnumChannel

The EnumChannel method retrieves an instance of the Enumerator object for the existing Channel objects in the conference. The IEnumNmChannel interface methods can be used to manipulate this enumerator.

HRESULT EnumChannel(
IEnumNmChannel **ppEnum);

Parameters

  • ppEnum
    [out] Pointer to a pointer to a IEnumNmChannel interface pointer that can be used to enumerate all the channels in this conference.

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 enumerator object was retrieved successfully.
  • E_FAIL
    Internal resources are not available.
  • E_OUTOFMEMORY
    Memory could not be allocated to service the request.

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.