MCPcopy Create free account
hub / github.com/HoShiMin/Kernel-Bridge / OnDeviceControl

Function OnDeviceControl

LoadableModule/Main.cpp:15–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13}
14
15NTSTATUS NTAPI OnDeviceControl(ULONG CtlCode, OPTIONAL PVOID Argument)
16{
17 DbgPrint("[LOADABLE]: OnDeviceControl: 0x%X, 0x%p\r\n", CtlCode, Argument);
18 return STATUS_SUCCESS;
19}
20
21extern "C" NTSTATUS NTAPI DriverEntry(
22 _In_ PDRIVER_OBJECT DriverObject,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected