Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Describes additional property information when delegating a request.
Syntax
typedef struct _HTTP_DELEGATE_REQUEST_PROPERTY_INFO {
HTTP_DELEGATE_REQUEST_PROPERTY_ID PropertyId;
ULONG PropertyInfoLength;
PVOID PropertyInfo;
} HTTP_DELEGATE_REQUEST_PROPERTY_INFO, *PHTTP_DELEGATE_REQUEST_PROPERTY_INFO;
Members
PropertyId
Type: HTTP_DELEGATE_REQUEST_PROPERTY_ID
The type of property info pointed to by this struct.
PropertyInfoLength
Type: ULONG
The length in bytes of the value of the PropertyInfo parameter.
PropertyInfo
Type: PVOID
A pointer to the property information.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10 Build 20348 |
Minimum supported server | Windows 10 Build 20348 |
Header | http.h |