Condividi tramite


struttura HTTP_SERVICE_CONFIG_URLACL_SET (http.h)

La struttura HTTP_SERVICE_CONFIG_URLACL_SET viene usata per aggiungere un nuovo record all'archivio prenotazioni URL o recuperare un record esistente da esso. Un'istanza della struttura viene usata per passare i dati tramite il parametro pConfigInformation della funzione HTTPSetServiceConfiguration o per recuperare i dati tramite il parametro pOutputConfigInformation della funzione HTTPQueryServiceConfiguration quando il parametro ConfigId di una delle due funzioni è uguale a HTTPServiceConfigUrlAclInfo.

Sintassi

typedef struct _HTTP_SERVICE_CONFIG_URLACL_SET {
  HTTP_SERVICE_CONFIG_URLACL_KEY   KeyDesc;
  HTTP_SERVICE_CONFIG_URLACL_PARAM ParamDesc;
} HTTP_SERVICE_CONFIG_URLACL_SET, *PHTTP_SERVICE_CONFIG_URLACL_SET;

Members

KeyDesc

Struttura HTTP_SERVICE_CONFIG_URLACL_KEY che identifica il record di prenotazione URL.

ParamDesc

Struttura HTTP_SERVICE_CONFIG_URLACL_PARAM che contiene il contenuto del record di prenotazione URL specificato.

Requisiti

Requisito Valore
Client minimo supportato Windows Vista, Windows XP con SP2 [solo app desktop]
Server minimo supportato Windows Server 2003 [solo app desktop]
Intestazione http.h

Vedi anche

HTTPQueryServiceConfiguration

HTTPSetServiceConfiguration

HTTP_SERVICE_CONFIG_URLACL_KEY

HTTP_SERVICE_CONFIG_URLACL_PARAM