// 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 referenceNo description available.
[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.
StructureVersionThe version number of this TXFS_CREATE_MINIVERSION_INFO structure.
StructureLengthThe length of this TXFS_CREATE_MINIVERSION_INFO structure.
BaseVersionThe identifier of the most recently committed version of the file.
MiniVersionThe identifier of the newly-created miniversion.