TXFS_LIST_TRANSACTIONS_ENTRY - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// winioctl.h

typedef struct _TXFS_LIST_TRANSACTIONS_ENTRY {
  GUID     TransactionId;
  DWORD    TransactionState;
  DWORD    Reserved1;
  DWORD    Reserved2;
  LONGLONG Reserved3;
} TXFS_LIST_TRANSACTIONS_ENTRY, *PTXFS_LIST_TRANSACTIONS_ENTRY;
View the official Win32 API reference

NtDoc

No description available.

Win32 API reference (ns-winioctl-txfs_list_transactions_entry)

TXFS_LIST_TRANSACTIONS_ENTRY structure

Description

[Microsoft strongly recommends developers utilize alternative means to achieve your application’s needs. Many scenarios that TxF was developed for can be achieved through simpler and more readily available techniques. Furthermore, TxF may not be available in future versions of Microsoft Windows. For more information, and alternatives to TxF, please see Alternatives to using Transactional NTFS.]

Contains information about a transaction.

Members

TransactionId

The GUID of the transaction.

TransactionState

The current state of the transaction.

Reserved1

Reserved.

Reserved2

Reserved.

Reserved3

Reserved.

See also

FSCTL_TXFS_LIST_TRANSACTIONS

TXFS_LIST_TRANSACTIONS