TRANSACTIONMANAGER_LOGPATH_INFORMATION structure (wdm.h)
The TRANSACTIONMANAGER_LOGPATH_INFORMATION structure contains information about a transaction manager object.
Syntax
typedef struct _TRANSACTIONMANAGER_LOGPATH_INFORMATION {
ULONG LogPathLength;
WCHAR LogPath[1];
} TRANSACTIONMANAGER_LOGPATH_INFORMATION, *PTRANSACTIONMANAGER_LOGPATH_INFORMATION;
Members
LogPathLength
The number of elements in the LogPath member's character array.
LogPath[1]
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.
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) |