Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The IP4_ARRAY structure stores an array of IPv4 addresses.
Syntax
typedef struct _IP4_ARRAY {
DWORD AddrCount;
#if ...
IP4_ADDRESS AddrArray[];
#else
IP4_ADDRESS AddrArray[1];
#endif
} IP4_ARRAY, *PIP4_ARRAY;
Members
AddrCount
The number of IPv4 addresses in AddrArray.
AddrArray
An array of IP4_ADDRESS data types that contains a list of IPv4 address.
AddrArray[1]
An array of IP4_ADDRESS data types that contains a list of IPv4 address.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Header | windns.h |