Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Recovers information only to the specified virtual clock value.
Syntax
BOOL RollforwardTransactionManager(
[in] HANDLE TransactionManagerHandle,
[in] PLARGE_INTEGER TmVirtualClock
);
Parameters
[in] TransactionManagerHandle
A handle to the transaction manager.
[in] TmVirtualClock
A pointer to the latest virtual clock value received for this transaction.
Return value
If the function succeeds, the return value is nonzero.
If the function fails, the return value is 0 (zero). To get extended error information, call the GetLastError function.
The following list identifies the possible error codes:
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista with SP1 |
| Minimum supported server | Windows Server 2008 |
| Target Platform | Windows |
| Header | ktmw32.h |
| Library | KtmW32.lib |
| DLL | KtmW32.dll |