DHCP_OPTION_ARRAY struttura (dhcpsapi.h)

La struttura DHCP_OPTION_ARRAY definisce una matrice di opzioni del server DHCP.

Sintassi

typedef struct _DHCP_OPTION_ARRAY {
  DWORD         NumElements;
  LPDHCP_OPTION Options;
} DHCP_OPTION_ARRAY, *LPDHCP_OPTION_ARRAY;

Members

NumElements

Specifica il numero di elementi dell'opzione in Opzioni.

Options

Puntatore a un elenco di strutture DHCP_OPTION contenenti opzioni del server DHCP e i dati associati.

Requisiti

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

Vedi anche

DHCP_OPTION

DHCP_OPTION_SCOPE_INFO