MIB_MFE_STATS_TABLE_EX_XP structure (ipmib.h)
The MIB_MFE_STATS_TABLE_EX structure contains a table of extended statistics for Multicast Forwarding Entries (MFEs).
Syntax
typedef struct _MIB_MFE_STATS_TABLE_EX_XP {
DWORD dwNumEntries;
PMIB_IPMCAST_MFE_STATS_EX_XP table[ANY_SIZE];
} MIB_MFE_STATS_TABLE_EX_XP, *PMIB_MFE_STATS_TABLE_EX_XP;
Members
dwNumEntries
The number of MFEs in the array.
table[ANY_SIZE]
A pointer to a table of MFEs that are implemented as an array of MIB_IPMCAST_MFE_STATS_EX structures.
Remarks
On the Microsoft Windows Software Development Kit (SDK) released for Windows Server 2008and later, the organization of header files has changed. This structure is defined in the Ipmib.h header file, not in the Iprtrmib.h header file. Note that the Ipmib.h header file is automatically included in Iprtrmib.h, which is automatically included in the Iphlpapi.h header file. The Ipmib.h and Iprtrmib.h header files 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 | ipmib.h (include Iphlpapi.h) |
See also
MIB_IPMCAST_MFE_STATS_EX