TRANSACTIONMANAGER_LOGPATH_INFORMATION - NtDoc

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

typedef struct _TRANSACTIONMANAGER_LOGPATH_INFORMATION {
  ULONG LogPathLength;
  WCHAR LogPath[1];
} TRANSACTIONMANAGER_LOGPATH_INFORMATION, *PTRANSACTIONMANAGER_LOGPATH_INFORMATION;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_TRANSACTIONMANAGER_LOGPATH_INFORMATION structure

Description

The TRANSACTIONMANAGER_LOGPATH_INFORMATION structure contains information about a transaction manager object.

Members

LogPathLength

The number of elements in the LogPath member's character array.

LogPath

A caller-allocated character array that receives the path and file name of the log file stream that is associated with a transaction manager.

Remarks

The TRANSACTIONMANAGER_LOGPATH_INFORMATION structure is used with the ZwQueryInformationTransactionManager routine.

See also

TRANSACTIONMANAGER_INFORMATION_CLASS

ZwQueryInformationTransactionManager