SetThreadpoolThreadMaximum 函式 (threadpoolapiset.h)
設定指定線程集區可以配置給處理回呼的線程數目上限。
語法
void SetThreadpoolThreadMaximum(
[in, out] PTP_POOL ptpp,
[in] DWORD cthrdMost
);
參數
[in, out] ptpp
定義線程集區 之TP_POOL 結構的指標。 CreateThreadpool 函式會傳回此指標。
[in] cthrdMost
執行緒的最大數目。
傳回值
無
備註
若要指定集區中可用的線程數目下限,請呼叫 SetThreadpoolThreadMinimum。
若要編譯使用此函式的應用程式,請將_WIN32_WINNT定義為0x0600或更高版本。
範例
如需範例,請參閱 使用線程集區函式。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows Vista [傳統型應用程式 |UWP 應用程式] |
最低支援的伺服器 | Windows Server 2008 [傳統型應用程式 |UWP 應用程式] |
目標平台 | Windows |
標頭 | threadpoolapiset.h (包含 Windows.h) |
程式庫 | Kernel32.lib |
DLL | Kernel32.dll |