// wdm.h
typedef enum _TRANSACTIONMANAGER_INFORMATION_CLASS {
TransactionManagerBasicInformation,
TransactionManagerLogInformation,
TransactionManagerLogPathInformation,
TransactionManagerRecoveryInformation
} TRANSACTIONMANAGER_INFORMATION_CLASS;
View the official Windows Driver Kit DDI referenceNo description available.
The TRANSACTIONMANAGER_INFORMATION_CLASS enumeration specifies the type of information that the ZwQueryInformationTransactionManager routine can retrieve for a transaction manager object.
TransactionManagerBasicInformationInformation about a transaction manager object is stored in a TRANSACTIONMANAGER_BASIC_INFORMATION structure.
TransactionManagerLogInformationInformation about a transaction manager object is stored in a TRANSACTIONMANAGER_LOG_INFORMATION structure.
TransactionManagerLogPathInformationInformation about a transaction manager object is stored in a TRANSACTIONMANAGER_LOGPATH_INFORMATION structure.
TransactionManagerRecoveryInformationInformation about a transaction manager object is stored in a TRANSACTIONMANAGER_RECOVERY_INFORMATION structure.
TRANSACTIONMANAGER_BASIC_INFORMATION
TRANSACTIONMANAGER_LOGPATH_INFORMATION
TRANSACTIONMANAGER_LOG_INFORMATION
ZwQueryInformationTransactionManager