MCAST_SCOPE_ENTRY structure (madcapcl.h)
The MCAST_SCOPE_ENTRY structure provides a complete set of information about a given multicast scope.
Syntax
typedef struct _MCAST_SCOPE_ENTRY {
MCAST_SCOPE_CTX ScopeCtx;
IPNG_ADDRESS LastAddr;
DWORD TTL;
UNICODE_STRING ScopeDesc;
} MCAST_SCOPE_ENTRY, *PMCAST_SCOPE_ENTRY;
Members
ScopeCtx
Handle for the multicast scope, in the form of an MCAST_SCOPE_CTX structure.
LastAddr
Internet Protocol (IP) address of the last address in the scope, in the form of an IPNG_ADDRESS structure.
TTL
Time To Live (TTL) value of the scope.
ScopeDesc
Description of the scope, in human readable, user-friendly format.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Header | madcapcl.h |