Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
The NET_IPV4_ADDRESS union specifies an IPv4 address.
Syntax
typedef union _NET_IPV4_ADDRESS {
UINT32 Address;
UINT8 Value[4];
} NET_IPV4_ADDRESS;
Members
Address
A UINT32 value that represents the IPv4 address.
Value[4]
A UINT8 array that represents the IPv4 address.
Requirements
| Requirement | Value |
|---|---|
| Minimum UMDF version | 2.33 |
| Header | netadaptercxtypes.h (include netadaptercx.h) |