MIB_IPMCAST_IF_TABLE structure (ipmib.h)

The MIB_IPMCAST_IF_TABLE structure contains a table of IP multicast interface entries.

Syntax

typedef struct _MIB_IPMCAST_IF_TABLE {
  DWORD                dwNumEntries;
  MIB_IPMCAST_IF_ENTRY table[ANY_SIZE];
} MIB_IPMCAST_IF_TABLE, *PMIB_IPMCAST_IF_TABLE;

Members

dwNumEntries

Specifies the number of interface entries in the table.

table[ANY_SIZE]

A pointer to a table of interface entries implemented as an array of MIB_IPMCAST_IF_TABLE structures.

Remarks

On the Microsoft Windows Software Development Kit (SDK) released for Windows Vista and 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_IF_ENTRY