Share via


struttura TRANSACTION_NOTIFICATION (ktmtypes.h)

Contiene i dati associati a una notifica di transazione.

Sintassi

typedef struct _TRANSACTION_NOTIFICATION {
  PVOID         TransactionKey;
  ULONG         TransactionNotification;
  LARGE_INTEGER TmVirtualClock;
  ULONG         ArgumentLength;
} TRANSACTION_NOTIFICATION, *PTRANSACTION_NOTIFICATION;

Members

TransactionKey

ID opaco definito dall'utente per questa transazione.

TransactionNotification

Valore NOTIFICATION_MASK per questa transazione.

TmVirtualClock

Valore dell'orologio virtuale più recente associato a questa transazione. Vedere LARGE_INTEGER.

ArgumentLength

Indica il numero di byte per la struttura TRANSACTION_NOTIFICATION_RECOVERY_ARGUMENT che segue questa struttura TRANSACTION_NOTIFICATION .

Requisiti

   
Client minimo supportato Windows Vista
Server minimo supportato Windows Server 2008
Intestazione ktmtypes.h (include Windows.h)

Vedi anche

CreateEnlistment

GetNotificationResourceManager

GetNotificationResourceManagerAsync

Strutture di Gestione transazioni kernel

NOTIFICATION_MASK

TRANSACTION_NOTIFICATION_RECOVERY_ARGUMENT