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.
Obtains the identifier (ID) for the specified transaction.
Syntax
BOOL GetTransactionId(
[in] HANDLE TransactionHandle,
[out] LPGUID TransactionId
);
Parameters
[in] TransactionHandle
A handle to the transaction.
[out] TransactionId
A pointer to a variable that receives the ID of the 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 |
| Minimum supported server | Windows Server 2008 |
| Target Platform | Windows |
| Header | ktmw32.h |
| Library | Ktmw32.lib |
| DLL | Ktmw32.dll |