ITransactionProperty::GetTransactionResourcePool 方法 (comsvcs.h)

检索与此上下文的事务关联的资源池。

语法

HRESULT GetTransactionResourcePool(
  [out] ITransactionResourcePool **ppTxPool
);

参数

[out] ppTxPool

对事务资源池的引用。

返回值

此方法可以返回E_INVALIDARG、E_OUTOFMEMORY、E_UNEXPECTED、E_FAIL和S_OK的标准返回值。

要求

要求
最低受支持的客户端 具有 SP1 的 Windows XP [仅限桌面应用]
最低受支持的服务器 Windows Server 2003 [仅限桌面应用]
目标平台 Windows
标头 comsvcs.h

另请参阅

ITransactionProperty

ITransactionResourcePool