Ipv4Address structure (naptypes.h)

Note  The Network Access Protection platform is not available starting with Windows 10
 
The Ipv4Address structure defines an IPv4 address.

Syntax

typedef struct tagIpv4Address {
  BYTE addr[4];
} Ipv4Address;

Members

addr[4]

An array that contains an IPv4 network address in network byte order.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Header naptypes.h

See also

NAP Reference

NAP Structures