HttpWaitForDisconnectEx function (http.h)

This function is an extension to HttpWaitForDisconnect.

Note  Calling this API directly in your code is not recommended. Call HttpWaitForDisconnect instead.

 

Syntax

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

Parameters

[in] RequestQueueHandle

[in] ConnectionId

Reserved

[in] Overlapped

Return value

None

Requirements

Requirement Value
Target Platform Windows
Header http.h
Library Httpapi.lib
DLL Httpapi.dll

See also

HTTP Server API Version 2.0 Functions

HTTP_REQUEST