Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

IP4_ARRAY structure (windns.h)

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

Feedback

Was this page helpful?

Additional resources