reactos/drivers/filesystems/cdfs
2020-12-18 04:48:31 +01:00
..
allocsup.c
cachesup.c
cd.h
cddata.c
cddata.h [CDFS] Fix a macro-copy-paste and shrink the binary size CORE-17405 2020-12-18 04:48:31 +01:00
cdfs.rc
cdfs_reg.inf
cdinit.c
cdprocs.h [CDFS][FLOPPY_NEW] Simplify unsupported NT6.2+ workarounds (#2956) 2020-07-18 15:31:48 +02:00
cdprocssrc.c
cdstruc.h [PSDK] Import some SAL headers from MS 2020-10-29 06:51:28 +01:00
cleanup.c
close.c
CMakeLists.txt [CMAKE] Use C_STANDARD property instead of command line option 2020-12-05 15:35:06 +03:00
create.c
devctrl.c
deviosup.c
dirctrl.c
dirsup.c
fieldoff.c
fileinfo.c [FILESYSTEMS] Fix pool memory disclosure in NtQueryAttributesFile handlers (#2926) 2020-09-11 15:47:43 +03:00
filobsup.c
fsctrl.c
fspdisp.c
LICENSE
lockctrl.c
namesup.c
nodetype.h
pathsup.c
pnp.c
prefxsup.c
read.c
README.md
resrcsup.c
shutdown.c
strucsup.c
verfysup.c
volinfo.c [FILESYSTEMS] Fix pool memory disclosure in filesystem drivers supporting FS_INFORMATION_CLASS.FileFsVolumeInformation (#2975) 2020-09-11 15:51:35 +03:00
workque.c
write.c

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.