
Go to the source code of this file.
Functions | |
| static NTSTATUS | cs_driver_hello () |
| EXTERN_C NTSTATUS | DriverEntry (PDRIVER_OBJECT DriverObject, PUNICODE_STRING RegistryPath) |
| _Use_decl_annotations_ int __cdecl | printf (const char *_Format,...) |
Variables | |
| DRIVER_INITIALIZE | DriverEntry |
|
static |
Definition at line 44 of file cs_driver.c.
| EXTERN_C NTSTATUS DriverEntry | ( | PDRIVER_OBJECT | DriverObject, |
| PUNICODE_STRING | RegistryPath | ||
| ) |
Definition at line 33 of file cs_driver.c.
Definition at line 91 of file cs_driver.c.
| DRIVER_INITIALIZE DriverEntry |
Definition at line 28 of file cs_driver.c.