MCPcopy Create free account
hub / github.com/BestBurning/kmclass / kmclassDefaultHandler

Function kmclassDefaultHandler

kmclass.cpp:105–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103}
104
105NTSTATUS kmclassDefaultHandler(IN PDEVICE_OBJECT DeviceObject, IN PIRP Irp)
106{
107 Irp->IoStatus.Status = STATUS_NOT_SUPPORTED;
108 Irp->IoStatus.Information = 0;
109 IoCompleteRequest(Irp, IO_NO_INCREMENT);
110 return Irp->IoStatus.Status;
111}
112
113NTSTATUS kmclassDispatchDeviceControl(IN PDEVICE_OBJECT DeviceObject, IN PIRP Irp)
114{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected