ITransactionProxy::GetIsolationLevel method (comsvcs.h)

Retrieves the isolation level of the non-DTC transaction.

Syntax

HRESULT GetIsolationLevel(
  [out, retval] ISOLEVEL *__MIDL__ITransactionProxy0000
);

Parameters

[out, retval] __MIDL__ITransactionProxy0000

A pointer to an ISOLATIONLEVEL value that specifies the isolation level of the non-DTC transaction.

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