The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
IObjectContextInfo::GetTransactionId method
Retrieves the identifier of the current transaction.
Syntax
HRESULT GetTransactionId( [out] GUID *pGuid );
Parameters
- pGuid [out]
-
A GUID that identifies the current transaction.
Return value
This method can return the standard return values E_INVALIDARG, E_OUTOFMEMORY, E_UNEXPECTED, and E_FAIL, as well as the following values.
| Return code | Description |
|---|---|
|
The method completed succesfully. |
|
The object is not executing in a transaction. |
Remarks
Objects in the same transaction share the same transaction identifier.
Requirements
|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
|---|---|
|
Minimum supported server | Windows 2000 Server [desktop apps only] |
|
Header |
|
See also
Community Additions
Show: