mirror of
https://github.com/reactos/reactos.git
synced 2026-05-28 03:44:02 +08:00
Taken from https://github.com/microsoft/ChakraCore/tree/master/pal/inc/rt * Move _Check_return_opt_ and _Check_return_wat_ to crtdefs.h * Update sal.h from https://github.com/microsoft/ChakraCore/blob/master/pal/inc/rt/sal.h * Import no_sal2.h from MS and remove the one in NDK * Import specstrings.h from MS * Import specstrings_strict.h from MS * Add specstrings_undef.h (based on defines in specstrings_strict.h) * Remove __REACTOS__ hacks from cdfs
CDFS File System Driver
The CD-ROM file system driver (cdfs) sample is a sample file system driver that you can use to write new file systems.
Cdfs is a read-only file system that addresses various issues such as accessing data on disk, interacting with the cache manager, and handling various I/O operations such as opening files, performing reads on a file, retrieving information on a file, and performing various control operations on the file system. The Cdfs file system is included with the Microsoft Windows operating system.
Universal Windows Driver Compliant
This sample builds a Universal Windows Driver. It uses only APIs and DDIs that are included in OneCoreUAP.