TXFS_CREATE_MINIVERSION_INFO structure (winioctl.h)

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

Syntax

typedef struct _TXFS_CREATE_MINIVERSION_INFO {
  WORD  StructureVersion;
  WORD  StructureLength;
  DWORD BaseVersion;
  WORD  MiniVersion;
} TXFS_CREATE_MINIVERSION_INFO, *PTXFS_CREATE_MINIVERSION_INFO;

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.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Header winioctl.h (include Windows.h)

See also

CreateFile

FSCTL_TXFS_CREATE_MINIVERSION