HTTP_RESPONSE Structure
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_RESPONSE_V1 structure.
HTTP Server API Version 2.0 request queue: This is an HTTP_RESPONSE_V2 structure.
Do not use HTTP_RESPONSE_V2 or HTTP_RESPONSE_V1 directly in your code; using HTTP_RESPONSE instead ensures that the proper version, based on the version of the request queue, is used.
Syntax
struct {
No syntax available;
};
Members
- No syntax available
Send comments about this topic to Microsoft
Build date: 5/12/2011
Community Additions
Show: