// 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 referenceNo description available.
The TRANSACTIONMANAGER_LOGPATH_INFORMATION structure contains information about a transaction manager object.
LogPathLengthThe number of elements in the LogPath member's character array.
LogPathA caller-allocated character array that receives the path and file name of the log file stream that is associated with a transaction manager.
The TRANSACTIONMANAGER_LOGPATH_INFORMATION structure is used with the ZwQueryInformationTransactionManager routine.
TRANSACTIONMANAGER_INFORMATION_CLASS
ZwQueryInformationTransactionManager