IEnumNmConference
Use the IEnumNmConference interface methods to access the list of available Conference objects. Create this enumerator with the INmManager::EnumConference method. Creating the Enumerator object initializes it automatically by an implicit call to Reset, so use Next to begin listing the Conference objects.
Methods in Vtable Order
IUnknown methods | Description |
---|---|
QueryInterface | Returns pointers to supported interfaces. |
AddRef | Increments reference count. |
Release | Decrements reference count. |
IEnumNmConference 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.