TRANSACTION_NOTIFICATION_RECOVERY_ARGUMENT structure (ktmtypes.h)

Indicates the transaction to be recovered. This structure is sent with a recovery notification.

Syntax

typedef struct _TRANSACTION_NOTIFICATION_RECOVERY_ARGUMENT {
  GUID EnlistmentId;
  UOW  UOW;
} TRANSACTION_NOTIFICATION_RECOVERY_ARGUMENT, *PTRANSACTION_NOTIFICATION_RECOVERY_ARGUMENT;

Members

EnlistmentId

The enlistment identifier.

UOW

The transaction identifier, sometimes called the unit of work.

Requirements

Requirement Value
Minimum supported client Windows Vista
Minimum supported server Windows Server 2008
Header ktmtypes.h (include Windows.h)

See also

GetNotificationResourceManager

GetNotificationResourceManagerAsync

Kernel Transaction Manager Structures

TRANSACTION_NOTIFICATION