ホーム › System.ComponentServices › IThreadPoolKnobs
IThreadPoolKnobs
COMメソッド 10
vtbl = vtable インデックス(0始まり)。HSP等からCOMメソッドをインデックス指定で呼ぶ際に使用します。0〜2 は IUnknown。
| vtbl | メソッド |
|---|---|
| 3 | HRESULT GetMaxThreads(INT* plcMaxThreads) |
| 4 | HRESULT GetCurrentThreads(INT* plcCurrentThreads) |
| 5 | HRESULT SetMaxThreads(INT lcMaxThreads) |
| 6 | HRESULT GetDeleteDelay(INT* pmsecDeleteDelay) |
| 7 | HRESULT SetDeleteDelay(INT msecDeleteDelay) |
| 8 | HRESULT GetMaxQueuedRequests(INT* plcMaxQueuedRequests) |
| 9 | HRESULT GetCurrentQueuedRequests(INT* plcCurrentQueuedRequests) |
| 10 | HRESULT SetMaxQueuedRequests(INT lcMaxQueuedRequests) |
| 11 | HRESULT SetMinThreads(INT lcMinThreads) |
| 12 | HRESULT SetQueueDepth(INT lcQueueDepth) |