Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 26 of file createclose.c.
{ TRACE_(SERMOUSE, "IRP_MJ_CLOSE\n"); Irp->IoStatus.Status = STATUS_SUCCESS; Irp->IoStatus.Information = 0; IoCompleteRequest(Irp, IO_NO_INCREMENT); return STATUS_SUCCESS; }