TxfSetThreadMiniVersionForCreate function (txfw32.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.]
Sets the MiniVersion that a subsequent create should open. It should be returned to its previous state after calling create. Therefore, prior to calling this routine, the caller should invoke TxfGetThreadMiniVersionForCreate.
Syntax
void TxfSetThreadMiniVersionForCreate(
USHORT MiniVersion
);
Parameters
MiniVersion
A USHORT identifying which version should be opened by create.
Return value
None
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10 Build 20348 |
Minimum supported server | Windows 10 Build 20348 |
Header | txfw32.h |
Library | TxfW32.lib |
DLL | TxfW32.dll |