ISyncMetadataStore::GetIsTransactionActive
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.