TXFS_LIST_TRANSACTIONS_ENTRY structure (Windows)

Switch View :
ScriptFree
TXFS_LIST_TRANSACTIONS_ENTRY structure

[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.]

Applies to: desktop apps only

Contains information about a transaction.

Syntax

typedef struct _TXFS_LIST_TRANSACTIONS_ENTRY {
  GUID     TransactionId;
  ULONG    TransactionState;
  ULONG    Reserved1;
  ULONG    Reserved2;
  LONGLONG Reserved3;
} TXFS_LIST_TRANSACTIONS_ENTRY, *PTXFS_LIST_TRANSACTIONS_ENTRY;

Members

TransactionId

The GUID of the transaction.

TransactionState

The current state of the transaction.

Reserved1

Reserved.

Reserved2

Reserved.

Reserved3

Reserved.

Requirements

Minimum supported client

Windows Vista

Minimum supported server

Windows Server 2008

Header

WinIoCtl.h

See also

FSCTL_TXFS_LIST_TRANSACTIONS
TXFS_LIST_TRANSACTIONS

 

 

Send comments about this topic to Microsoft

Build date: 4/17/2012