| 7 | } |
| 8 | |
| 9 | NTSTATUS NTAPI OnUnload() |
| 10 | { |
| 11 | DbgPrint("[LOADABLE]: OnUnload\r\n"); |
| 12 | return STATUS_SUCCESS; |
| 13 | } |
| 14 | |
| 15 | NTSTATUS NTAPI OnDeviceControl(ULONG CtlCode, OPTIONAL PVOID Argument) |
| 16 | { |
nothing calls this directly
no outgoing calls
no test coverage detected