Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
Indicates whether an explicit transaction is currently active for the specified isolation level.
Syntax
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.