IN_ADDR_IPV4 unione (qossp.h)

L'unione IN_ADDR_IPV4 archivia un indirizzo IPv4 da usare con RSVP FILTERSPECs.

Sintassi

typedef union _IN_ADDR_IPV4 {
  ULONG Addr;
  UCHAR AddrBytes[4];
} IN_ADDR_IPV4, *LPIN_ADDR_IPV4;

Members

Addr

Indirizzo IPv4, espresso come ULONG.

AddrBytes[4]

Indirizzo IPv4, espresso come quattro UCHAR.

Commenti

Quando si usano indirizzi IPv6, usare IN_ADDR_IPV6.

Requisiti

Requisito Valore
Client minimo supportato Windows 2000 Professional [solo app desktop]
Server minimo supportato Windows 2000 Server [solo app desktop]
Intestazione qossp.h

Vedi anche

IN_ADDR_IPV6