TRANSACTIONMANAGER_INFORMATION_CLASS - NtDoc

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

typedef enum _TRANSACTIONMANAGER_INFORMATION_CLASS {
  TransactionManagerBasicInformation,
  TransactionManagerLogInformation,
  TransactionManagerLogPathInformation,
  TransactionManagerRecoveryInformation
} TRANSACTIONMANAGER_INFORMATION_CLASS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_TRANSACTIONMANAGER_INFORMATION_CLASS enumeration

Description

The TRANSACTIONMANAGER_INFORMATION_CLASS enumeration specifies the type of information that the ZwQueryInformationTransactionManager routine can retrieve for a transaction manager object.

Constants

TransactionManagerBasicInformation

Information about a transaction manager object is stored in a TRANSACTIONMANAGER_BASIC_INFORMATION structure.

TransactionManagerLogInformation

Information about a transaction manager object is stored in a TRANSACTIONMANAGER_LOG_INFORMATION structure.

TransactionManagerLogPathInformation

Information about a transaction manager object is stored in a TRANSACTIONMANAGER_LOGPATH_INFORMATION structure.

TransactionManagerRecoveryInformation

Information about a transaction manager object is stored in a TRANSACTIONMANAGER_RECOVERY_INFORMATION structure.

See also

TRANSACTIONMANAGER_BASIC_INFORMATION

TRANSACTIONMANAGER_LOGPATH_INFORMATION

TRANSACTIONMANAGER_LOG_INFORMATION

ZwQueryInformationTransactionManager