MIB_IPMCAST_BOUNDARY_TABLE (Compact 2013)
3/26/2014
This 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
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.
Requirements
Header |
ws2def.h, |