共用方式為


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
程式庫 Httpapi.lib
Dll Httpapi.dll

另請參閱

HTTP Server API 2.0 版函式

HTTP_REQUEST