TRANSACTIONMANAGER_LOG_INFORMATION - NtDoc

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

typedef struct _TRANSACTIONMANAGER_LOG_INFORMATION {
  GUID LogIdentity;
} TRANSACTIONMANAGER_LOG_INFORMATION, *PTRANSACTIONMANAGER_LOG_INFORMATION;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-wdm-_transactionmanager_log_information)

_TRANSACTIONMANAGER_LOG_INFORMATION structure

Description

The TRANSACTIONMANAGER_LOG_INFORMATION structure contains information about a transaction manager object.

Members

LogIdentity

A 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.

Remarks

The TRANSACTIONMANAGER_LOG_INFORMATION structure is used with the ZwQueryInformationTransactionManager routine.

See also

TRANSACTIONMANAGER_INFORMATION_CLASS

ZwQueryInformationTransactionManager