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 |
|
|---|---|
|
Library |
|
|
DLL |
|
See also
Show: