Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 386 of file irp.cpp.
Referenced by PcDispatchIrp().
{ DPRINT("PortClsSysControl called\n"); // TODO Irp->IoStatus.Status = STATUS_SUCCESS; Irp->IoStatus.Information = 0; IoCompleteRequest(Irp, IO_NO_INCREMENT); return STATUS_SUCCESS; }