ITransactionProxy::IsReusable method (comsvcs.h)

Indicates whether the non-DTC transaction context can be reused for multiple transactions.

Syntax

HRESULT IsReusable(
  [out] BOOL *pfIsReusable
);

Parameters

[out] pfIsReusable

TRUE if the non-DTC transaction context can be reused for multiple transactions; otherwise, FALSE.

Return value

This method can return the standard return values E_INVALIDARG, E_OUTOFMEMORY, E_UNEXPECTED, and S_OK.

Requirements

Requirement Value
Minimum supported client Windows XP with SP2 [desktop apps only]
Minimum supported server Windows Server 2003 with SP1 [desktop apps only]
Target Platform Windows
Header comsvcs.h

See also

ITransactionProxy