MIB_MFE_STATS_TABLE (Compact 2013)

3/26/2014

This structure stores statistics for a group of Multicast Forwarding Entries (MFEs).

Syntax

typedef struct _MIB_MFE_STATS_TABLE {
  DWORD dwNumEntries;
  MIB_IPMCAST_MFE_STATS table[ANY_SIZE];
} MIB_MFE_STATS_TABLE,
  *PMIB_MFE_STATS_TABLE;

Members

  • dwNumEntries
    The number of MFEs in the array.
  • table
    A pointer to a table of MFEs that are implemented as an array of MIB_IPMCAST_MFE_STATS structures.

Requirements

Header

ws2def.h,
ws2ipdef.h

See Also

Reference

MIB Structures
MIB_IPMCAST_MFE_STATS