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