ReactOS 0.4.16-dev-106-g10b08aa
|
#include <Windows.h>
#include <fltuser.h>
#include <atlstr.h>
#include <strsafe.h>
#include "resource.h"
Go to the source code of this file.
Functions | |
EXTERN_C int | wmain (int argc, WCHAR *argv[]) |
void | LoadAndPrintString (ULONG MessageId,...) |
void | PrintErrorText (_In_ ULONG ErrorCode) |
DWORD | SetDriverLoadPrivilege () |
void | LoadFilter (_In_ LPWSTR FilterName) |
void | UnloadFilter (_In_ LPWSTR FilterName) |
void | PrintFilterInfo (_In_ PVOID Buffer, _In_ BOOL IsNewStyle) |
void | PrintVolumeInfo (_In_ PVOID Buffer) |
void | ListFilters () |
void | ListVolumes () |
void ListFilters | ( | ) |
Definition at line 265 of file fltmc.cpp.
Referenced by wmain().
void ListVolumes | ( | ) |
Definition at line 335 of file fltmc.cpp.
Referenced by wmain().
Definition at line 27 of file fltmc.cpp.
Referenced by ListFilters(), ListVolumes(), LoadFilter(), UnloadFilter(), and wmain().
Definition at line 93 of file fltmc.cpp.
Referenced by wmain().
Definition at line 41 of file fltmc.cpp.
Referenced by ListFilters(), ListVolumes(), LoadFilter(), and UnloadFilter().
Definition at line 131 of file fltmc.cpp.
Referenced by ListFilters().
Definition at line 206 of file fltmc.cpp.
Referenced by ListVolumes().
DWORD SetDriverLoadPrivilege | ( | ) |
Definition at line 57 of file fltmc.cpp.
Referenced by LoadFilter(), and UnloadFilter().
Definition at line 112 of file fltmc.cpp.
Referenced by wmain().
Definition at line 378 of file fltmc.cpp.