Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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