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

Function kmclassUnload

kmclass.cpp:89–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87}
88
89void kmclassUnload(IN PDRIVER_OBJECT DriverObject)
90{
91 UNICODE_STRING Win32Device;
92 RtlInitUnicodeString(&Win32Device, KEYMOUSE_DOS_DEVICE_NAME);
93 IoDeleteSymbolicLink(&Win32Device);
94 IoDeleteDevice(DriverObject->DeviceObject);
95}
96
97NTSTATUS kmclassCreateClose(IN PDEVICE_OBJECT DeviceObject, IN PIRP Irp)
98{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected