Windows apps
Collapse the table of content
Expand the table of content
Information
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 codeDescription
S_OK

The method completed succesfully.

S_FALSE

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

ComSvcs.h

See also

IObjectContextInfo

 

 

Community Additions

Show:
© 2017 Microsoft