MIB_MFE_TABLE (Compact 2013)
3/26/2014
This structure contains a table of Multicast Forwarding Entries (MFEs).
Syntax
typedef struct _MIB_MFE_TABLE {
DWORD dwNumEntries;
MIB_IPMCAST_MFE table[ANY_SIZE];
} MIB_MFE_TABLE,
*PMIB_MFE_TABLE;
Members
- dwNumEntries
The number of MFEs in the table.
- table
A pointer to a table of MFEs implemented as an array of MIB_IPMCAST_MFE structures.
Requirements
Header |
ws2def.h, |