CloseThreadpoolWait 函式 (threadpoolapiset.h)
釋放指定的 wait 物件。
語法
void CloseThreadpoolWait(
[in, out] PTP_WAIT pwa
);
參數
[in, out] pwa
定義等候物件 之TP_WAIT 結構的指標。 CreateThreadpoolWait 函式會傳回此指標。
傳回值
無
備註
如果沒有未完成的回呼,則會立即釋放等候物件;否則,定時器物件會在未完成的回呼完成之後以異步方式釋放。
在某些情況下,回呼函式可能會在呼叫 CloseThreadpoolWait 之後執行。 若要防止此行為:
- 呼叫 SetThreadpoolWait 函式或 SetThreadpoolWaitEx 函式,並將 h 參數設定為 NULL。
- 呼叫 WaitForThreadpoolWaitCallbacks 函式, 並將 fCancelPendingCallbacks 參數設定為 TRUE。
- 呼叫 CloseThreadpoolWait。
如果有與 wait 對象相關聯的清除群組,就不需要呼叫此函式;呼叫 CloseThreadpoolCleanupGroupMembers 函式會釋放與清除群組相關聯的工作、等候和定時器物件。
若要編譯使用此函式的應用程式,請將_WIN32_WINNT定義為0x0600或更高版本。
範例
如需範例,請參閱 使用線程集區函式。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows Vista [傳統型應用程式 |UWP 應用程式] |
最低支援的伺服器 | Windows Server 2008 [傳統型應用程式 |UWP 應用程式] |
目標平台 | Windows |
標頭 | threadpoolapiset.h (Windows 7、Windows Server 2008 Windows Server 2008 R2) |
程式庫 | Kernel32.lib |
DLL | Kernel32.dll |