Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 1012 Bytes

windows-kernel-mode-clfs-library.md

File metadata and controls

17 lines (9 loc) · 1012 Bytes
title description ms.date
Windows Kernel-Mode CLFS Library
Windows Kernel-Mode CLFS Library
10/17/2018

Windows Kernel-Mode CLFS Library

Windows provides a transactional logging system for system files. This system is called the Common Log File System (CLFS). For more information about CLFS, see Common Log File System.

Routines that provide a direct interface for CLFS are prefixed with the letters "Clfs"; for a list of CLFS library routines, see Common Log File System (CLFS) Library Routines. CLFS also provides a list of routines that you can implement to manage a CLFS; for more information on CLFS management, see CLFS Management Library Routines.

CLFS is a technology that is related to transacted file systems; for more information about transactions, see Windows Kernel-Mode Transaction Manager.