reactos/drivers/filters/fltmgr
Victor Perevertkin 7e069ccdb2
[CMAKE] Replace custom functions to built-in ones
add_target_compile_definitions -> target_compile_definitions
add_target_compile_flags -> target_compile_options
add_target_include_directories -> target_include_directories
2020-04-16 15:59:38 +03:00
..
CMakeLists.txt [CMAKE] Replace custom functions to built-in ones 2020-04-16 15:59:38 +03:00
Context.c
Dispatch.c
Filter.c [FLTMGR] Add a bit more basic code layout for filter registration 2018-10-29 23:56:39 +01:00
fltmgr.h [FLTMGR] Latest from my branch (#135) 2017-11-21 16:36:29 +00:00
fltmgr.rc
fltmgr.spec [FLTMGR] Remove duplicated export 2018-10-29 23:56:39 +01:00
fltmgrint.h [FLTMGR][NDK] Fix typos. 2020-04-09 16:05:26 +02:00
Interface.c [FASTFAT][FLTMGR][NTOS] Do not explicitly call ObfDereferenceObject() (#1636) 2019-06-22 16:20:58 +02:00
Lib.c
Messaging.c [FASTFAT][FLTMGR][NTOS] Do not explicitly call ObfDereferenceObject() (#1636) 2019-06-22 16:20:58 +02:00
Misc.c [FLTMGR] Stub FltReleaseFileNameInformation() 2018-10-29 23:56:39 +01:00
Object.c [FLTMGR] Safely query object name in FltpGetObjectName. CID 1420811 2020-01-18 13:19:22 +01:00
Registry.c [FLTMGR] Latest from my branch (#135) 2017-11-21 16:36:29 +00:00
Registry.h [FLTMGR] Latest from my branch (#135) 2017-11-21 16:36:29 +00:00
Volume.c [FLTMGR] Stub FltAttachVolume() 2018-10-29 23:56:39 +01:00