NET_IPV4_ADDRESS unione (netadaptercxtypes.h)
L'unione NET_IPV4_ADDRESS specifica un indirizzo IPv4.
Sintassi
typedef union _NET_IPV4_ADDRESS {
UINT32 Address;
UINT8 Value[4];
} NET_IPV4_ADDRESS;
Members
Address
Valore UINT32 che rappresenta l'indirizzo IPv4.
Value[4]
Matrice UINT8 che rappresenta l'indirizzo IPv4.
Requisiti
Requisito | Valore |
---|---|
Versione UMDF minima | 2.33 |
Intestazione | netadaptercxtypes.h (include netadaptercx.h) |