ITransactionStatus interface (comsvcs.h)

Used to discover the status of the transaction that is completed by the call to CoLeaveServiceDomain when CServiceConfig is configured to use transactions in the call to CoEnterServiceDomain.

Inheritance

The ITransactionStatus interface inherits from the IUnknown interface. ITransactionStatus also has these types of members:

Methods

The ITransactionStatus interface has these methods.

 
ITransactionStatus::GetTransactionStatus

Retrieves the transaction status.
ITransactionStatus::SetTransactionStatus

Sets the transaction status to either committed or aborted. Do not use this method. It is used only internally by COM+.

Requirements

Requirement Value
Minimum supported client Windows XP [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Target Platform Windows
Header comsvcs.h

See also

COM+ Transactions

CServiceConfig

CoLeaveServiceDomain