HttpWaitForDisconnectEx function

This function is an extension to HttpWaitForDisconnect.

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

Syntax


ULONG  HttpWaitForDisconnectEx(
  _In_       HANDLE             ReqQueueHandle,
  _In_       HTTP_CONNECTION_ID ConnectionId,
  _Reserved_ ULONG              Reserved,
  _In_       LPOVERLAPPED       pOverlapped
);

Parameters

ReqQueueHandle [in]
ConnectionId [in]
Reserved
pOverlapped [in]

Requirements

Header

Http.h

Library

Httpapi.lib

DLL

Httpapi.dll

See also

HTTP_REQUEST
HTTP Server API Version 2.0 Functions

 

 

Show: