ReactOS 0.4.16-dev-822-gbcedb53
|
#include <stdarg.h>
#include <windef.h>
#include <winbase.h>
#include <ndk/iofuncs.h>
#include <ndk/obfuncs.h>
#include <ndk/rtlfuncs.h>
#include <fltmgr_shared.h>
Go to the source code of this file.
Macros | |
#define | WIN32_NO_STATUS |
#define | NTOS_MODE_USER |
Functions | |
static HRESULT | FilterLoadUnload (_In_z_ LPCWSTR lpFilterName, _In_ BOOL Load) |
static DWORD | SendIoctl (_In_ HANDLE Handle, _In_ ULONG IoControlCode, _In_reads_bytes_opt_(BufferSize) LPVOID lpInBuffer, _In_ DWORD BufferSize) |
_Must_inspect_result_ HRESULT WINAPI | FilterLoad (_In_ LPCWSTR lpFilterName) |
_Must_inspect_result_ HRESULT WINAPI | FilterUnload (_In_ LPCWSTR lpFilterName) |
HRESULT | NtStatusToHResult (_In_ NTSTATUS Status) |
BOOL WINAPI | DllMain (_In_ HINSTANCE hinstDLL, _In_ DWORD dwReason, _In_ LPVOID lpvReserved) |
Definition at line 158 of file fltlib.c.
_Must_inspect_result_ HRESULT WINAPI FilterLoad | ( | _In_ LPCWSTR | lpFilterName | ) |
Definition at line 42 of file fltlib.c.
Referenced by KmtFltLoad(), and LoadFilter().
Definition at line 72 of file fltlib.c.
Referenced by FilterLoad(), and FilterUnload().
_Must_inspect_result_ HRESULT WINAPI FilterUnload | ( | _In_ LPCWSTR | lpFilterName | ) |
Definition at line 50 of file fltlib.c.
Referenced by KmtFltUnload(), and UnloadFilter().
Definition at line 59 of file fltlib.c.
Referenced by FilterConnectCommunicationPort().
|
static |
Definition at line 126 of file fltlib.c.
Referenced by FilterLoadUnload().