次の方法で共有


MIB_IPMCAST_IF_TABLE (Compact 2013)

3/26/2014

This 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
    A pointer to a table of interface entries implemented as an array of MIB_IPMCAST_IF_TABLE structures.

Requirements

Header

ws2def.h,
ws2ipdef.h

See Also

Reference

MIB Structures
MIB_IPMCAST_IF_ENTRY