Platform SDK: TAPI |
The IMcastScope interface is obtained by calling IMcastAddressAllocation::EnumerateScopes or IMcastAddressAllocation::get_Scopes. It encapsulates all the properties of a multicast scope and provides methods to get information about the scope. This is a "read-only" interface in that it has "get" methods but no "put" methods.
IUnknown Methods
IDispatch Methods
IMcastScope Methods | Description |
---|---|
get_ScopeID | Obtains the scope ID associated with this scope |
get_ServerID | Obtains the server ID associated with this scope. |
get_InterfaceID | Obtains the interface ID associated with this scope. |
get_ScopeDescription | Obtains a textual description associated with this scope. |
get_TTL | Obtains time to live information for the multicast server. |
Windows NT/2000: Requires Windows 2000.
Version: Requires TAPI 3.0 or later.
Header: Declared in Mdhcp.h.
Library: Use Mdhcpid.lib.