TRANSACTION_INFORMATION_CLASS - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// wdm.h

typedef enum _TRANSACTION_INFORMATION_CLASS {
  TransactionBasicInformation,
  TransactionPropertiesInformation,
  TransactionEnlistmentInformation,
  TransactionSuperiorEnlistmentInformation
} TRANSACTION_INFORMATION_CLASS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-wdm-_transaction_information_class)

_TRANSACTION_INFORMATION_CLASS enumeration

Description

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

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.

See also

ZwQueryInformationTransaction

ZwSetInformationTransaction