HttpWaitForDisconnectEx-Funktion (http.h)

Diese Funktion ist eine Erweiterung von HttpWaitForDisconnect.

Hinweis Es wird nicht empfohlen, diese API direkt in Ihrem Code aufzurufen. Rufen Sie stattdessen HttpWaitForDisconnect auf.

 

Syntax

HTTPAPI_LINKAGE ULONG HttpWaitForDisconnectEx(
  [in] HANDLE             RequestQueueHandle,
  [in] HTTP_CONNECTION_ID ConnectionId,
       ULONG              Reserved,
  [in] LPOVERLAPPED       Overlapped
);

Parameter

[in] RequestQueueHandle

[in] ConnectionId

Reserved

[in] Overlapped

Rückgabewert

Keine

Anforderungen

Anforderung Wert
Zielplattform Windows
Kopfzeile http.h
Bibliothek Httpapi.lib
DLL Httpapi.dll

Weitere Informationen

Funktionen der HTTP-Server-API, Version 2.0

HTTP_REQUEST