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

Function kmclassCreateClose

kmclass.cpp:97–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95}
96
97NTSTATUS kmclassCreateClose(IN PDEVICE_OBJECT DeviceObject, IN PIRP Irp)
98{
99 Irp->IoStatus.Status = STATUS_SUCCESS;
100 Irp->IoStatus.Information = 0;
101 IoCompleteRequest(Irp, IO_NO_INCREMENT);
102 return STATUS_SUCCESS;
103}
104
105NTSTATUS kmclassDefaultHandler(IN PDEVICE_OBJECT DeviceObject, IN PIRP Irp)
106{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected