MIB_IPMCAST_BOUNDARY_TABLE structure (iprtrmib.h)
The MIB_IPMCAST_BOUNDARY_TABLE structure contains a list of a router's scoped IPv4 multicast address boundaries.
Syntax
typedef struct _MIB_IPMCAST_BOUNDARY_TABLE {
DWORD dwNumEntries;
MIB_IPMCAST_BOUNDARY table[ANY_SIZE];
} MIB_IPMCAST_BOUNDARY_TABLE, *PMIB_IPMCAST_BOUNDARY_TABLE;
Members
dwNumEntries
The number of MIB_IPMCAST_BOUNDARY structures listed in table[].
table[ANY_SIZE]
An array of MIB_IPMCAST_BOUNDARY structures which collectively define the set of scoped IPv4 multicast address boundaries on a router.
Remarks
This structure does not have a fixed size. Use the SIZEOF_BOUNDARY_TABLE(X) macro to determine the size of this structure. This macro is defined in the Iprtrmib.h header file.
Note that the Iprtrmib.h header file is automatically included in the Iphlpapi.h header file. The Iprtrmib.h header file should never be used directly.
Requirements
Requirement | Value |
---|---|
Minimum supported client | None supported |
Minimum supported server | Windows Server 2008, Windows Server 2003 with SP1 [desktop apps only] |
Header | iprtrmib.h (include Iphlpapi.h) |