// wdm.h
typedef struct _TRANSACTIONMANAGER_LOG_INFORMATION {
GUID LogIdentity;
} TRANSACTIONMANAGER_LOG_INFORMATION, *PTRANSACTIONMANAGER_LOG_INFORMATION;
View the official Windows Driver Kit DDI referenceNo description available.
The TRANSACTIONMANAGER_LOG_INFORMATION structure contains information about a transaction manager object.
LogIdentityA GUID that KTM uses to identify restart records in a transaction manager object's log stream. For more information about restart records, see Writing Restart Records to a CLFS Stream.
The TRANSACTIONMANAGER_LOG_INFORMATION structure is used with the ZwQueryInformationTransactionManager routine.
TRANSACTIONMANAGER_INFORMATION_CLASS
ZwQueryInformationTransactionManager