Share via


IEnumNmChannel

Use the IEnumNmChannel interface methods to locate specific channels in a conference. Create this enumerator with the INmConference::EnumChannel method. Creating the Enumerator object initializes it automatically by an implicit call to Reset, so use Next to begin listing the Channel objects.

Methods in Vtable Order

IUnknown methods Description
QueryInterface Returns pointers to supported interfaces.
AddRef Increments reference count.
Release Decrements reference count.
IEnumNmChannel methods Description
Next Retrieves a specified number of items in the enumeration sequence on the local system.
Skip Skips over a specified number of items in the enumeration sequence.
Reset Resets the enumeration sequence to the beginning.
Clone Creates another enumerator that contains the same enumeration state as the current one.

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

INmChannel, Channel Object