Home | Info | Community | Development | myReactOS | Contact Us
[static]
Definition at line 452 of file fdo.c.
Referenced by FdoPowerControl().
{ NTSTATUS Status; UNREFERENCED_PARAMETER(Irp); DPRINT("Called\n"); if (IrpSp->Parameters.Power.Type == DevicePowerState) { /* FIXME: Set device power state for the device */ Status = STATUS_UNSUCCESSFUL; } else { Status = STATUS_UNSUCCESSFUL; } return Status; }