HTTP_RESPONSE
The version of the HTTP_RESPONSE structure is dependent on the version of the request queue used as follows:
- HTTP Server API Version 1.0 request queue: This is an HTTP_REQUEST_V1 structure.
- HTTP Server API Version 2.0 request queue: This is an HTTP_REQUEST_V2 structure.
Do not use HTTP_REQUEST_V1 and HTTP_REQUEST_V2 directly in your code; using HTTP_RESPONSE instead ensures the proper version of the structure is used based on the version of the request queue.
typedef HTTP_REQUEST_V1 HTTP_RESPONSE; typedef HTTP_REQUEST_V2 HTTP_RESPONSE; typedef HTTP_RESPONSE* PHTTP_RESPONSE;
- HTTP_RESPONSE
-
Request was from a v1 request queue.
- HTTP_RESPONSE
-
Request was from a v2 request queue.
- PHTTP_RESPONSE
-
Pointer to an HTTP_RESPONSE structure.
Requirements
|
Minimum supported client | Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server | Windows Server 2008 [desktop apps only] |
|
Header |
|
Send comments about this topic to Microsoft
Build date: 10/26/2012