Skip to content

Latest commit

 

History

History
101 lines (69 loc) · 3.04 KB

ns-http-http_response_v2.md

File metadata and controls

101 lines (69 loc) · 3.04 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NS:http._HTTP_RESPONSE_V2
HTTP_RESPONSE_V2 (http.h)
Extends the HTTP version 1.0 response structure with more information for the response.
*PHTTP_RESPONSE
*PHTTP_RESPONSE_V2
*PHTTP_RESPONSE_V2 structure [HTTP]
HTTP_RESPONSE
HTTP_RESPONSE_V2
HTTP_RESPONSE_V2 structure [HTTP]
http.http_response_v2
http/*PHTTP_RESPONSE_V2
http/HTTP_RESPONSE_V2
http\http_response_v2.htm
http
1900741e-f466-4826-b376-36170176c30a
12/05/2018
*PHTTP_RESPONSE, *PHTTP_RESPONSE_V2, *PHTTP_RESPONSE_V2 structure [HTTP], HTTP_RESPONSE, HTTP_RESPONSE_V2, HTTP_RESPONSE_V2 structure [HTTP], http.http_response_v2, http/*PHTTP_RESPONSE_V2, http/HTTP_RESPONSE_V2
http.h
Windows
Windows Vista [desktop apps only]
Windows Server 2008 [desktop apps only]
Windows
HTTP_RESPONSE_V2, *PHTTP_RESPONSE_V2
19H1
_HTTP_RESPONSE_V2
http/_HTTP_RESPONSE_V2
PHTTP_RESPONSE_V2
http/PHTTP_RESPONSE_V2
HTTP_RESPONSE_V2
http/HTTP_RESPONSE_V2
c++
APIRef
kbSyntax
HeaderDef
Http.h
HTTP_RESPONSE_V2

HTTP_RESPONSE_V2 structure

-description

The HTTP_RESPONSE_V2 structure extends the HTTP version 1.0 response structure with more information for the response.

Do not use HTTP_RESPONSE_V2 directly in your code; use HTTP_RESPONSE instead to ensure that the proper version, based on the operating system the code is compiled under, is used.

-struct-fields

-field ResponseInfoCount

The number of HTTP_RESPONSE_INFO structures in the array pointed to by pResponseInfo.

The count of the HTTP_RESPONSE_INFO elements in the array pointed to by pResponseInfo.

-field pResponseInfo

A pointer to an array of HTTP_RESPONSE_INFO structures containing more information about the request.

-field _HTTP_RESPONSE_V1

-see-also

HTTP Server API Version 2.0 Structures

HTTP_DATA_CHUNK

HTTP_REQUEST

HTTP_RESPONSE

HTTP_RESPONSE_HEADERS

HTTP_RESPONSE_V1

HttpSendHttpResponse