Condividi tramite


unione NET_IPV4_ADDRESS (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;

Membri

Address

Valore UINT32 che rappresenta l'indirizzo IPv4.

Value[4]

Matrice UINT8 che rappresenta l'indirizzo IPv4.

Fabbisogno

Requisito Valore
versione minima di UMDF 2.33
intestazione netadaptercxtypes.h (include netadaptercx.h)

Vedere anche

NET_IPV6_ADDRESS