TXF_ID structure (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.]
Represents a unique identifier within the context of the Resource Manager.
Syntax
typedef struct _TXF_ID {
struct {
LONGLONG LowPart;
LONGLONG HighPart;
};
} TXF_ID, *PTXF_ID;
Members
LowPart
The low part of the identifier.
HighPart
The high part of the identifier.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista with SP1 [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Header | txfw32.h |