TRANSACTIONMANAGER_INFORMATION_CLASS enumeration (wdm.h)

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

Syntax

typedef enum _TRANSACTIONMANAGER_INFORMATION_CLASS {
  TransactionManagerBasicInformation,
  TransactionManagerLogInformation,
  TransactionManagerLogPathInformation,
  TransactionManagerRecoveryInformation
} TRANSACTIONMANAGER_INFORMATION_CLASS;

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.

Requirements

Requirement Value
Minimum supported client Available in Windows Vista and later operating system versions.
Header wdm.h (include Wdm.h, Ntddk.h, Ntifs.h)

See also

TRANSACTIONMANAGER_BASIC_INFORMATION

TRANSACTIONMANAGER_LOGPATH_INFORMATION

TRANSACTIONMANAGER_LOG_INFORMATION

ZwQueryInformationTransactionManager