Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates whether an explicit transaction is currently active for the specified isolation level.
HRESULT GetIsTransactionActive(
LONG * pIsolationLevel,
BOOL * pfIsActive);
Parameters
- pIsolationLevel
[in, out, unique] The isolation level for the transaction.
- pfIsActive
[out] Returns TRUE if an explicit transaction is currently active for the specified isolation level; otherwise, FALSE.
Return Value
S_OK
E_POINTER
E_NOTIMPL if transactions are not supported.