This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Note
Access to this page requires authorization. You can trysigning in orchanging directories.
Access to this page requires authorization. You can trychanging directories.
The Kernel Transaction Manager (KTM) enables the development of applications that use transactions. The transaction engine itself is within the kernel, but transactions can be developed for kernel- or user-mode transactions, and within a single host or among distributed hosts.
The KTM is used to implement Transactional NTFS (TxF) and Transactional Registry (TxR). TxF allows transacted file system operations within the NTFS file system. TxR allows transacted registry operations. KTM enables client applications to coordinate file system and registry operations with a transaction.
To develop an application that coordinates transactions with resources other than TxF or TxR, you must first develop a Win32 transaction-aware service, also called a resource manager.
Managed and COM+ applications should use their native transaction managers.
KTM can be used with applications and resource managers hosted on Windows Vista or Windows Server 2008.
The KTM API is designed for use by C and C++ programmers.
KTM is supported starting with Windows Vista.
Topic | Description |
---|---|
About | General information about transactions and the capabilities provided by KTM. |
Reference | Documentation for the functions, data structures, enumerations, and other programming elements of KTM. |
Was this page helpful?
Was this page helpful?