estructura TRANSACTION_NOTIFICATION (ktmtypes.h)
Contiene los datos asociados a una notificación de transacción.
Sintaxis
typedef struct _TRANSACTION_NOTIFICATION {
PVOID TransactionKey;
ULONG TransactionNotification;
LARGE_INTEGER TmVirtualClock;
ULONG ArgumentLength;
} TRANSACTION_NOTIFICATION, *PTRANSACTION_NOTIFICATION;
Members
TransactionKey
Identificador opaco definido por el usuario para esta transacción.
TransactionNotification
Valor de NOTIFICATION_MASK para esta transacción.
TmVirtualClock
Valor de reloj virtual más reciente asociado a esta transacción. Consulte LARGE_INTEGER.
ArgumentLength
Indica el número de bytes de la estructura de TRANSACTION_NOTIFICATION_RECOVERY_ARGUMENT que siguen a esta estructura de TRANSACTION_NOTIFICATION .
Requisitos
Cliente mínimo compatible | Windows Vista |
Servidor mínimo compatible | Windows Server 2008 |
Encabezado | ktmtypes.h (incluye Windows.h) |
Consulte también
GetNotificationResourceManager
GetNotificationResourceManagerAsync