RecoverTransactionManager function (ktmw32.h)
Recovers a transaction manager's state from its log file.
Syntax
BOOL RecoverTransactionManager(
[in] HANDLE TransactionManagerHandle
);
Parameters
[in] TransactionManagerHandle
A handle to the transaction manager.
Return value
If the function succeeds, the return value is nonzero.
If the function fails, the return value is zero (0). To get extended error information, call the GetLastError function.
The following list identifies the possible error codes:
Remarks
This function must be called after you call CreateTransactionManager.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista |
Minimum supported server | Windows Server 2008 |
Target Platform | Windows |
Header | ktmw32.h |
Library | Ktmw32.lib |
DLL | Ktmw32.dll |