Click to Rate and Give Feedback
MSDN
MSDN Library
Windows Development
System Services
DTC Interfaces
IKernelTransaction
 GetHandle
Collapse All/Expand All Collapse All
GetHandle
GetHandle

Returns a handle that can be passed to transacted Windows APIs to represent the transaction.

HRESULT GetHandle(  HANDLE * pHandle);
pHandle
[out] A handle that can be passed to transaction Windows APIs to represent the transaction.

S_OK
Success.

E_INVALIDARG
The MSDTC transaction is invalid.

XACT_E_NOTRANSACTION
The MSDTC transaction has already committed or aborted.

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

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2012 Microsoft. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker