Share via


HttpFindUrlGroupId-Funktion (http.h)

Ruft eine URL-Gruppen-ID für eine URL und eine Anforderungswarteschlange ab.

Syntax

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

Parameter

FullyQualifiedUrl

Typ: _In_ PCWSTR

Die URL, deren URL-Gruppe abfragt werden soll.

RequestQueueHandle

Typ: _In_ HANDLE

Die Anforderungswarteschlange, die der URL-Gruppe zugeordnet ist.

UrlGroupId

Typ: _Out_ PHTTP_URL_GROUP_ID

Die übereinstimmende URL-Gruppen-ID.

Rückgabewert

Eine ULONG mit einer NTSTATUS-Vervollständigung status.

Anforderungen

   
Unterstützte Mindestversion (Client) Windows 10 Build 20348
Unterstützte Mindestversion (Server) Windows 10 Build 20348
Zielplattform Windows
Kopfzeile http.h
Bibliothek Httpapi.lib
DLL Httpapi.dll