Condividi tramite


struttura TRANSACTION_BASIC_INFORMATION (wdm.h)

La struttura TRANSACTION_BASIC_INFORMATION contiene informazioni su un oggetto transazione .

Sintassi

typedef struct _TRANSACTION_BASIC_INFORMATION {
  GUID  TransactionId;
  ULONG State;
  ULONG Outcome;
} TRANSACTION_BASIC_INFORMATION, *PTRANSACTION_BASIC_INFORMATION;

Membri

TransactionId

GUID assegnato da KTM all'oggetto transazione. Questo valore è noto anche come identificatore UOW (Unit of Work) della transazione.

State

Valore TRANSACTION_STATEtipizzato che specifica lo stato corrente della transazione.

Outcome

Valore TRANSACTION_OUTCOME-typed che specifica il risultato della transazione (risultato).

Osservazioni

La struttura TRANSACTION_BASIC_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_INFORMATION_CLASS

TRANSACTION_OUTCOME

TRANSACTION_STATE

TmGetTransactionId

ZwQueryInformationTransaction