Share via


IEnumNmMember

Use the IEnumNmMember interface methods to locate specific calls in a conference session. Create this enumerator with the INmConference::EnumMember method or the INmChannel::EnumMember method. Creating the Enumerator object initializes it automatically by an implicit call to Reset, so use Next to begin listing the Member objects.

Methods in Vtable Order

IUnknown methods Description
QueryInterface Returns pointers to supported interfaces.
AddRef Increments reference count.
Release Decrements reference count.
IEnumNmMember 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

INmConference::EnumMember, INmChannel::EnumMember, INmMember, Member Object