#include "sermouse.h"
#include <debug.h>
Go to the source code of this file.
◆ SermouseCleanup()
Definition at line 41 of file createclose.c.
44{
45 TRACE_(SERMOUSE,
"IRP_MJ_CLEANUP\n");
46
48 Irp->IoStatus.Information = 0;
51}
#define IoCompleteRequest
◆ SermouseClose()
Definition at line 28 of file createclose.c.
31{
32 TRACE_(SERMOUSE,
"IRP_MJ_CLOSE\n");
33
35 Irp->IoStatus.Information = 0;
38}
◆ SermouseCreate()
Definition at line 14 of file createclose.c.
17{
18 TRACE_(SERMOUSE,
"IRP_MJ_CREATE\n");
20
22 Irp->IoStatus.Information = 0;
25}
_In_ PDEVICE_OBJECT DeviceObject