Platform SDK: Network Management

MCAST_SCOPE_ENTRY

The MCAST_SCOPE_ENTRY structure provides a complete set of information about a given multicast scope.

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 user-friendly format.

Requirements

  Windows NT/2000: Requires Windows 2000.
  Header: Declared in Madcapcl.h.