// netioapi.h
typedef struct _MIB_ANYCASTIPADDRESS_TABLE {
ULONG NumEntries;
MIB_ANYCASTIPADDRESS_ROW Table[ANY_SIZE];
} MIB_ANYCASTIPADDRESS_TABLE, *PMIB_ANYCASTIPADDRESS_TABLE;
View the official Windows hardware development documentationNo description available.
The MIB_ANYCASTIPADDRESS_TABLE structure contains a table of anycast IP address entries.
NumEntries A value that specifies the number of anycast IP address entries in the array.
Table An array of MIB_ANYCASTIPADDRESS_ROW structures that contain anycast IP address entries.
| Version | Available in Windows Vista and later versions of the Windows operating systems. |
| Header | Netioapi.h (include Netioapi.h) |