Platform SDK: Network Management

MCAST_SCOPE_CTX

The MCAST_SCOPE_CTX structure defines the scope context for programmatic interaction with multicast addresses. The MCAST_SCOPE_CTX structure is used by various MADCAP functions as a handle for allocating, renewing, or releasing MADCAP addresses.

typedef struct _MCAST_SCOPE_CTX {
  IPNG_ADDRESS         ScopeID;
  IPNG_ADDRESS         Interface;
  IPNG_ADDRESS         ServerID;
} MCAST_SCOPE_CTX, *PMCAST_SCOPE_CTX;

Members

ScopeID
Identifier for the multicast scope, in the form of an IPNG_ADDRESS structure.
Interface
Interface on which the multicast scope is available, in the form of an IPNG_ADDRESS structure.
ServerID
Internet Protocol (IP) address of the MADCAP server, in the form of an IPNG_ADDRESS structure.

Requirements

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