|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Macros | |
| #define | NDEBUG |
Functions | |
| PVOID NTAPI | AllocFunction (IN ULONG ItemSize) |
| VOID NTAPI | FreeFunction (IN PVOID Item) |
| VOID NTAPI | ZeroFunction (IN PVOID Item, IN ULONG ItemSize) |
| VOID NTAPI | CopyFunction (IN PVOID Target, IN PVOID Source, IN ULONG Length) |
| VOID __cdecl | DebugFunction (IN LPCSTR FormatStr,...) |
| NTSTATUS NTAPI | DriverEntry (IN PDRIVER_OBJECT DriverObject, IN PUNICODE_STRING RegPath) |
| #define NDEBUG |
Definition at line 14 of file hidparse.c.
Definition at line 19 of file hidparse.c.
Definition at line 62 of file hidparse.c.
Definition at line 75 of file hidparse.c.
| NTSTATUS NTAPI DriverEntry | ( | IN PDRIVER_OBJECT | DriverObject, |
| IN PUNICODE_STRING | RegPath | ||
| ) |
Definition at line 92 of file hidparse.c.
Definition at line 39 of file hidparse.c.