IEnumMcastScope interface (mdhcp.h)

[Rendezvous IP Telephony Conferencing controls and interfaces are not available for use in Windows Vista, Windows Server 2008, and subsequent versions of the operating system. The RTC Client API provides similar functionality.]

The IEnumMcastScope interface provides COM-standard enumeration methods for the IMcastScope interface. The IMcastAddressAllocation::EnumerateScopes method returns a pointer to IEnumMcastScope.

Inheritance

The IEnumMcastScope interface inherits from the IUnknown interface. IEnumMcastScope also has these types of members:

Methods

The IEnumMcastScope interface has these methods.

 
IEnumMcastScope::Clone

The Clone method creates another enumerator that contains the same enumeration state as the current one. (IEnumMcastScope.Clone)
IEnumMcastScope::Next

The Next method gets the next specified number of elements in the enumeration sequence. (IEnumMcastScope.Next)
IEnumMcastScope::Reset

The Reset method resets to the beginning of enumeration sequence. (IEnumMcastScope.Reset)
IEnumMcastScope::Skip

The Skip method skips over the next specified number of elements in the enumeration sequence. (IEnumMcastScope.Skip)

Requirements

Requirement Value
Target Platform Windows
Header mdhcp.h