Condividi tramite


HTTP_RESPONSE

La versione della struttura HTTP_RESPONSE dipende dalla versione della coda di richieste usata come segue:

Non usare HTTP_RESPONSE_V1 e HTTP_RESPONSE_V2 direttamente nel codice; l'uso di HTTP_RESPONSE garantisce invece che venga usata la versione corretta della struttura in base alla versione della coda delle richieste.

typedef HTTP_RESPONSE_V1 HTTP_RESPONSE;
typedef HTTP_RESPONSE_V2 HTTP_RESPONSE;
typedef HTTP_RESPONSE* PHTTP_RESPONSE;

HTTP_RESPONSE_V1

La richiesta proviene da una coda di richieste v1.

HTTP_RESPONSE_V2

La richiesta proviene da una coda di richieste v2.

PHTTP_RESPONSE

Puntatore a una struttura HTTP_RESPONSE .

Requisiti

Requisito Valore
Client minimo supportato
Windows Vista [solo app desktop]
Server minimo supportato
Windows Server 2008 [solo app desktop]
Intestazione
Http.h