IP_ADDRESS_STRING struttura (iptypes.h)

La struttura IP_ADDRESS_STRING archivia un indirizzo IPv4 nella notazione decimale punteggiata. La definizione della struttura IP_ADDRESS_STRING è anche la definizione del tipo per la struttura IP_MASK_STRING .

Sintassi

typedef struct {
  char *String[4  4];
} IP_ADDRESS_STRING, *PIP_ADDRESS_STRING, IP_MASK_STRING, *PIP_MASK_STRING;

Members

String[4 * 4]

Stringa di caratteri che rappresenta un indirizzo IPv4 o una subnet mask IPv4 nella notazione decimale punteggiata.

Commenti

La struttura IP_ADDRESS_STRING viene usata come parametro nella struttura IP_ADDR_STRING .

Requisiti

Requisito Valore
Client minimo supportato Windows 2000 Professional [solo app desktop]
Server minimo supportato Windows 2000 Server [solo app desktop]
Intestazione iptypes.h (includere Iphlpapi.h)

Vedi anche

Pagina iniziale dell'helper IP

Strutture helper IP

IP_ADDR_STRING