ISyncMetadataStore::GetIsTransactionActive

Indicates whether an explicit transaction is currently active for the specified isolation level.


HRESULT GetIsTransactionActive(
  LONG * pIsolationLevel,
  BOOL * pfIsActive);

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.

  • S_OK

  • E_POINTER

  • E_NOTIMPL if transactions are not supported.

Show: