MIB_MFE_TABLE structure (ipmib.h)

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

A pointer to a table of MFEs implemented as an array of MIB_IPMCAST_MFE 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