struttura TRANSACTION_ENLISTMENTS_INFORMATION (wdm.h)
La struttura TRANSACTION_ENLISTMENTS_INFORMATION contiene informazioni sugli elenchi associati a un oggetto transazione.
Sintassi
typedef struct _TRANSACTION_ENLISTMENTS_INFORMATION {
ULONG NumberOfEnlistments;
TRANSACTION_ENLISTMENT_PAIR EnlistmentPair[1];
} TRANSACTION_ENLISTMENTS_INFORMATION, *PTRANSACTION_ENLISTMENTS_INFORMATION;
Members
NumberOfEnlistments
Numero di inserimenti associati a un oggetto transazione. Questo è anche il numero di elementi nella matrice specificati dal membro EnlistmentPair .
EnlistmentPair[1]
Matrice allocata dal chiamante di strutture TRANSACTION_ENLISTMENT_PAIR .
Commenti
La struttura TRANSACTION_ENLISTMENTS_INFORMATION viene usata con la routine ZwQueryInformationTransaction . Questa routine inserisce i membri della struttura.
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) |