NET_IPV4_ADDRESS - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// netadaptercxtypes.h

typedef union _NET_IPV4_ADDRESS {
  UINT32 Address;
  UINT8  Value[4];
} NET_IPV4_ADDRESS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-netadaptercxtypes-net_ipv4_address)

NET_IPV4_ADDRESS union

Description

The NET_IPV4_ADDRESS union specifies an IPv4 address.

Members

Address

A UINT32 value that represents the IPv4 address.

Value

A UINT8 array that represents the IPv4 address.

Remarks

See also

NET_IPV6_ADDRESS