Condividi tramite


struttura SERVICE_ADDRESSES (nspapi.h)

La struttura SERVICE_ADDRESSES contiene una matrice di strutture di dati SERVICE_ADDRESS .

Sintassi

typedef struct _SERVICE_ADDRESSES {
  DWORD           dwAddressCount;
  SERVICE_ADDRESS *Addressses[];
  SERVICE_ADDRESS Addresses[1];
} SERVICE_ADDRESSES, *PSERVICE_ADDRESSES, *LPSERVICE_ADDRESSES;

Members

dwAddressCount

Numero di strutture SERVICE_ADDRESS nella matrice Addresses .

Addressses[*]

Addresses[1]

Requisiti

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

Vedi anche

SERVICE_ADDRESS

SERVICE_INFO