TRANSACTIONMANAGER_LOGPATH_INFORMATION struttura (wdm.h)
La struttura TRANSACTIONMANAGER_LOGPATH_INFORMATION contiene informazioni su un oggetto gestione transazioni.
Sintassi
typedef struct _TRANSACTIONMANAGER_LOGPATH_INFORMATION {
ULONG LogPathLength;
WCHAR LogPath[1];
} TRANSACTIONMANAGER_LOGPATH_INFORMATION, *PTRANSACTIONMANAGER_LOGPATH_INFORMATION;
Members
LogPathLength
Numero di elementi nella matrice di caratteri del membro LogPath .
LogPath[1]
Matrice di caratteri allocata dal chiamante che riceve il percorso e il nome file del flusso di file di log associato a un gestore transazioni.
Commenti
La struttura TRANSACTIONMANAGER_LOGPATH_INFORMATION viene usata con la routine ZwQueryInformationTransactionManager .
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Disponibile in Windows Vista e versioni successive del sistema operativo. |
Intestazione | wdm.h (include Wdm.h, Ntddk.h, Ntifs.h) |