MIB_MFE_STATS_TABLE structure (ipmib.h)

The MIB_MFE_STATS_TABLE 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[ANY_SIZE]

A pointer to a table of MFEs that are implemented as an array of MIB_IPMCAST_MFE_STATS 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 2000 Server [desktop apps only]
Header ipmib.h (include Iphlpapi.h)

See also

MIB_IPMCAST_MFE_STATS