ホーム › System.ComponentServices › IServicePoolConfig
IServicePoolConfig
COMメソッド 10
vtbl = vtable インデックス(0始まり)。HSP等からCOMメソッドをインデックス指定で呼ぶ際に使用します。0〜2 は IUnknown。
| vtbl | メソッド |
|---|---|
| 3 | HRESULT put_MaxPoolSize(DWORD dwMaxPool) |
| 4 | HRESULT get_MaxPoolSize(DWORD* pdwMaxPool) |
| 5 | HRESULT put_MinPoolSize(DWORD dwMinPool) |
| 6 | HRESULT get_MinPoolSize(DWORD* pdwMinPool) |
| 7 | HRESULT put_CreationTimeout(DWORD dwCreationTimeout) |
| 8 | HRESULT get_CreationTimeout(DWORD* pdwCreationTimeout) |
| 9 | HRESULT put_TransactionAffinity(BOOL fTxAffinity) |
| 10 | HRESULT get_TransactionAffinity(BOOL* pfTxAffinity) |
| 11 | HRESULT put_ClassFactory(IClassFactory* pFactory) |
| 12 | HRESULT get_ClassFactory(IClassFactory** pFactory) |