GetHandle
Returns a handle that can be passed to transacted Windows APIs to represent the transaction.
The returned handle is placed in the location pointed to by the pHandle parameter. The handle is owned by the caller, who is expected to close it. Use the CloseHandle function to close the handle. The system closes the handle automatically when the process terminates. The handle has TRANSACTION_RESOURCE_MANAGER_RIGHTS.
In addition to the return values listed previously, this function can also return an error of the form 0x8007nnnn, where nnnn is the Win32 error code.
For an explanation of the requirement values, see Requirements.
Platforms: Windows Vista
Header: Declared in transact.h