HttpWaitForDisconnectEx 函数 (http.h)
此函数是 HttpWaitForDisconnect 的扩展。
注意 不建议在代码中直接调用此 API。 请改为调用 HttpWaitForDisconnect 。
语法
HTTPAPI_LINKAGE ULONG HttpWaitForDisconnectEx(
[in] HANDLE RequestQueueHandle,
[in] HTTP_CONNECTION_ID ConnectionId,
ULONG Reserved,
[in] LPOVERLAPPED Overlapped
);
参数
[in] RequestQueueHandle
[in] ConnectionId
Reserved
[in] Overlapped
返回值
无
要求
要求 | 值 |
---|---|
目标平台 | Windows |
标头 | http.h |
Library | Httpapi.lib |
DLL | Httpapi.dll |