MIB_ANYCASTIPADDRESS_TABLE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 documentation

NtDoc

No description available.

Windows hardware development documentation (mib-anycastipaddress-table)

MIB_ANYCASTIPADDRESS_TABLE structure

The MIB_ANYCASTIPADDRESS_TABLE structure contains a table of anycast IP address entries.

Members

Requirements

Version Available in Windows Vista and later versions of the Windows operating systems.
Header Netioapi.h (include Netioapi.h)

See also

GetAnycastIpAddressTable

MIB_ANYCASTIPADDRESS_ROW