GetCurrentClockTransactionManager function (ktmw32.h)
Obtains a virtual clock value from a transaction manager.
Syntax
BOOL GetCurrentClockTransactionManager(
[in] HANDLE TransactionManagerHandle,
[out] PLARGE_INTEGER TmVirtualClock
);
Parameters
[in] TransactionManagerHandle
A handle to the transaction manager to obtain a virtual clock value for.
[out] TmVirtualClock
The latest virtual clock value for the transaction manager. See LARGE_INTEGER.
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 |
Minimum supported server | Windows Server 2008 |
Target Platform | Windows |
Header | ktmw32.h |
Library | Ktmw32.lib |
DLL | Ktmw32.dll |