HttpFindUrlGroupId function (http.h)

Retrieves a URL group ID for a URL and a request queue.

Syntax

HTTPAPI_LINKAGE ULONG HttpFindUrlGroupId(
  PCWSTR             FullyQualifiedUrl,
  HANDLE             RequestQueueHandle,
  PHTTP_URL_GROUP_ID UrlGroupId
);

Parameters

FullyQualifiedUrl

Type: _In_ PCWSTR

The URL whose URL group to query.

RequestQueueHandle

Type: _In_ HANDLE

The request queue associated with the URL group.

UrlGroupId

Type: _Out_ PHTTP_URL_GROUP_ID

The matching URL group ID.

Return value

A ULONG containing an NTSTATUS completion status.

Requirements

Requirement Value
Minimum supported client Windows 10 Build 20348
Minimum supported server Windows 10 Build 20348
Target Platform Windows
Header http.h
Library Httpapi.lib
DLL Httpapi.dll