|
ReactOS 0.4.16-dev-1948-gd260c1d
|

Go to the source code of this file.
Macros | |
| #define | NDEBUG |
| #define | REG_SERVICES_KEY L"\\Registry\\Machine\\System\\CurrentControlSet\\Services\\" |
| #define | REG_PATH_LENGTH 512 |
Functions | |
| NTSTATUS | FltpOpenFilterServicesKey (_In_ PFLT_FILTER Filter, _In_ ACCESS_MASK DesiredAccess, _In_opt_ PUNICODE_STRING SubKey, _Out_ PHANDLE Handle) |
| NTSTATUS | FltpReadRegistryValue (_In_ HANDLE KeyHandle, _In_ PUNICODE_STRING ValueName, _In_opt_ ULONG Type, _Out_writes_bytes_(BufferSize) PVOID Buffer, _In_ ULONG BufferSize, _Out_opt_ PULONG BytesRequired) |
| #define NDEBUG |
Definition at line 14 of file Registry.c.
| #define REG_PATH_LENGTH 512 |
Definition at line 21 of file Registry.c.
| #define REG_SERVICES_KEY L"\\Registry\\Machine\\System\\CurrentControlSet\\Services\\" |
Definition at line 20 of file Registry.c.
| NTSTATUS FltpOpenFilterServicesKey | ( | _In_ PFLT_FILTER | Filter, |
| _In_ ACCESS_MASK | DesiredAccess, | ||
| _In_opt_ PUNICODE_STRING | SubKey, | ||
| _Out_ PHANDLE | Handle | ||
| ) |
Definition at line 28 of file Registry.c.
Referenced by GetFilterAltitude().
| NTSTATUS FltpReadRegistryValue | ( | _In_ HANDLE | KeyHandle, |
| _In_ PUNICODE_STRING | ValueName, | ||
| _In_opt_ ULONG | Type, | ||
| _Out_writes_bytes_(BufferSize) PVOID | Buffer, | ||
| _In_ ULONG | BufferSize, | ||
| _Out_opt_ PULONG | BytesRequired | ||
| ) |
Definition at line 67 of file Registry.c.
Referenced by GetFilterAltitude().