Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 2023 of file ioctl.c.
{ PKEVENT syncEvent = (PKEVENT) Context; TraceLog((CdromDebugTrace, "CdRomClassIoctlCompletion: setting event for irp %p\n", Irp)); // // We released the lock when we completed this request. Reacquire it. // ClassAcquireRemoveLock(DeviceObject, Irp); KeSetEvent(syncEvent, IO_DISK_INCREMENT, FALSE); return STATUS_MORE_PROCESSING_REQUIRED; }