次の方法で共有


MIB_ANYCASTIPADDRESS_TABLE (Compact 2013)

3/26/2014

This structure contains a table of anycast IP address entries.

Syntax

typedef struct _MIB_ANYCASTIPADDRESS_TABLE {
  ULONG NumEntries;
  MIB_ANYCASTIPADDRESS_ROW Table[ANY_SIZE];
} MIB_ANYCASTIPADDRESS_TABLE,
  *PMIB_ANYCASTIPADDRESS_TABLE;

Members

  • NumEntries
    A value that specifies the number of anycast IP address entries in the array.

Remarks

The GetAnycastIpAddressTable function enumerates the anycast IP addresses on a local system and returns this information in a MIB_ANYCASTIPADDRESS_TABLE structure.

The MIB_ANYCASTIPADDRESS_TABLE structure can contain padding for alignment between the NumEntries member and the first MIB_ANYCASTIPADDRESS_ROW array entry in the Table member. Padding for alignment can also exist between the MIB_ANYCASTIPADDRESS_ROW array entries in the Table member. Any access to a MIB_ANYCASTIPADDRESS_ROW array entry should assume padding exists.

Notice that the Netioapi.h header file is automatically included in the Iphlpapi.h header file. The Netioapi.h header file should never be used directly.

Requirements

Header

ws2def.h,
ws2ipdef.h

See Also

Reference

MIB Structures
GetAnycastIpAddressTable
MIB_ANYCASTIPADDRESS_ROW