TRANSACTION_INFORMATION_CLASS enumeration (wdm.h)

The TRANSACTION_INFORMATION_CLASS enumeration specifies the type of information that ZwSetInformationTransaction can set and ZwQueryInformationTransaction can retrieve for a transaction manager object.

Syntax

typedef enum _TRANSACTION_INFORMATION_CLASS {
  TransactionBasicInformation,
  TransactionPropertiesInformation,
  TransactionEnlistmentInformation,
  TransactionSuperiorEnlistmentInformation
} TRANSACTION_INFORMATION_CLASS;

Constants

 
TransactionBasicInformation
Information about a transaction manager object is stored in a TRANSACTION_BASIC_INFORMATION structure.
TransactionPropertiesInformation
Information about a transaction manager object is stored in a TRANSACTION_PROPERTIES_INFORMATION structure.
TransactionEnlistmentInformation
Information about a transaction manager object is stored in a TRANSACTION_ENLISTMENTS_INFORMATION structure.
TransactionSuperiorEnlistmentInformation
Information about a transaction manager object is stored in a TRANSACTION_SUPERIOR_ENLISTMENT_INFORMATION structure.

Requirements

Requirement Value
Minimum supported client Available starting with Windows Vista.
Header wdm.h (include Wdm.h, Ntddk.h, Ntifs.h)

See also

ZwQueryInformationTransaction

ZwSetInformationTransaction