TXFS_CREATE_MINIVERSION_INFO - NtDoc

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

typedef struct _TXFS_CREATE_MINIVERSION_INFO {
  WORD  StructureVersion;
  WORD  StructureLength;
  DWORD BaseVersion;
  WORD  MiniVersion;
} TXFS_CREATE_MINIVERSION_INFO, *PTXFS_CREATE_MINIVERSION_INFO;
View the official Win32 API reference

NtDoc

No description available.

Win32 API reference (ns-winioctl-txfs_create_miniversion_info)

TXFS_CREATE_MINIVERSION_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 version information about the miniversion created by FSCTL_TXFS_CREATE_MINIVERSION.

Members

StructureVersion

The version number of this TXFS_CREATE_MINIVERSION_INFO structure.

StructureLength

The length of this TXFS_CREATE_MINIVERSION_INFO structure.

BaseVersion

The identifier of the most recently committed version of the file.

MiniVersion

The identifier of the newly-created miniversion.

See also

CreateFile

FSCTL_TXFS_CREATE_MINIVERSION