Condividi tramite


struttura TRANSACTION_ENLISTMENTS_INFORMATION (wdm.h)

La struttura TRANSACTION_ENLISTMENTS_INFORMATION contiene informazioni sugli elementi associati a un oggetto transazione .

Sintassi

typedef struct _TRANSACTION_ENLISTMENTS_INFORMATION {
  ULONG                       NumberOfEnlistments;
  TRANSACTION_ENLISTMENT_PAIR EnlistmentPair[1];
} TRANSACTION_ENLISTMENTS_INFORMATION, *PTRANSACTION_ENLISTMENTS_INFORMATION;

Membri

NumberOfEnlistments

Numero di integrazione associate 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.

Osservazioni

La struttura TRANSACTION_ENLISTMENTS_INFORMATION viene usata con la routine ZwQueryInformationTransaction. Questa routine riempie i membri della struttura.

Fabbisogno

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)

Vedere anche

TRANSACTION_ENLISTMENT_PAIR

TRANSACTION_INFORMATION_CLASS

ZwQueryInformationTransaction