Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.