共用方式為


IThreadPoolKnobs::GetCurrentThreads 方法 (comsvcs.h)

擷取集區中目前線程的數目。

語法

HRESULT GetCurrentThreads(
  [out] long *plcCurrentThreads
);

參數

[out] plcCurrentThreads

目前在集區中的執行緒數目。

傳回值

這個方法可以傳回標準傳回值E_INVALIDARG、E_OUTOFMEMORY、E_UNEXPECTED、E_FAIL和S_OK。

規格需求

   
最低支援的用戶端 Windows 2000 專業版 [僅限傳統型應用程式]
最低支援的伺服器 Windows 2000 Server [僅限傳統型應用程式]
目標平台 Windows
標頭 comsvcs.h

另請參閱

IThreadPoolKnobs