IEnumNmCall

Use the IEnumNmCall interface methods to locate specific calls in a conference session. Create this enumerator with the INmManager::EnumCall method. Creating the enumerator object initializes it automatically by an implicit call to Reset, so use Next to begin listing the Call objects.

Methods in Vtable Order

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

INmManager::EnumCall, INmCall, Call Object, Call Object Details