Skip to content

Latest commit

 

History

History
85 lines (64 loc) · 2.49 KB

ns-http-http_binding_info.md

File metadata and controls

85 lines (64 loc) · 2.49 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_BINDING_INFO
HTTP_BINDING_INFO (http.h)
Used to associate a URL Group with a request queue.
*PHTTP_BINDING_INFO
*PHTTP_BINDING_INFO structure [HTTP]
HTTP_BINDING_INFO
HTTP_BINDING_INFO structure [HTTP]
http.http_binding_info
http/*PHTTP_BINDING_INFO
http/HTTP_BINDING_INFO
http\http_binding_info.htm
http
551a928a-84c6-479b-a500-de69dc8857cd
12/05/2018
*PHTTP_BINDING_INFO, *PHTTP_BINDING_INFO structure [HTTP], HTTP_BINDING_INFO, HTTP_BINDING_INFO structure [HTTP], http.http_binding_info, http/*PHTTP_BINDING_INFO, http/HTTP_BINDING_INFO
http.h
Windows
Windows Vista [desktop apps only]
Windows Server 2008 [desktop apps only]
Windows
HTTP_BINDING_INFO, *PHTTP_BINDING_INFO
19H1
_HTTP_BINDING_INFO
http/_HTTP_BINDING_INFO
PHTTP_BINDING_INFO
http/PHTTP_BINDING_INFO
HTTP_BINDING_INFO
http/HTTP_BINDING_INFO
c++
APIRef
kbSyntax
HeaderDef
Http.h
HTTP_BINDING_INFO

HTTP_BINDING_INFO structure

-description

The HTTP_BINDING_INFO structure is used to associate a URL Group with a request queue.

This structure must be used when setting or querying the HttpServerBindingProperty on a URL Group.

-struct-fields

-field Flags

The HTTP_PROPERTY_FLAGS structure specifying whether the property is present.

-field RequestQueueHandle

The request queue that is associated with the URL group. The structure can be used to remove an existing binding by setting this parameter to NULL.

-see-also

HTTP Server API Version 2.0 Structures

HTTP_SERVER_PROPERTY

HttpQueryUrlGroupProperty

HttpSetUrlGroupProperty