TXFS_TRANSACTION_ACTIVE_INFO - NtDoc

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

typedef struct _TXFS_TRANSACTION_ACTIVE_INFO {
  BOOLEAN TransactionsActiveAtSnapshot;
} TXFS_TRANSACTION_ACTIVE_INFO, *PTXFS_TRANSACTION_ACTIVE_INFO;
View the official Win32 API reference

NtDoc

No description available.

Win32 API reference (ns-winioctl-txfs_transaction_active_info)

TXFS_TRANSACTION_ACTIVE_INFO 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 the flag that indicates whether transactions were active or not when a snapshot was taken.

Members

TransactionsActiveAtSnapshot

This member is TRUE if the mounted snapshot volume had active transactions when the snapshot was taken; and FALSE otherwise.

See also

FSCTL_TXFS_TRANSACTION_ACTIVE