46 PIO_STACK_LOCATION irpSp;
47 PDEVICE_EXTENSION pdx;
52 pdx = Fdo->DeviceExtension;
53 irpSp = IoGetCurrentIrpStackLocation(Irp);
61 FUNC_LEAVE_NTSTATUS(ntStatus);
NTSTATUS cbm_cleanup(IN PDEVICE_OBJECT Fdo, IN PIRP Irp)
Services IRPs containing the IRP_MJ_CLEANUP I/O function code.
Definitions for the libiec library.
Definitions for the opencbm driver.
NTSTATUS QueueCompleteIrp(PQUEUE Queue, PIRP Irp, NTSTATUS StatusCode, ULONG_PTR Information)
Complete an IRP which is on a QUEUE.
NTSTATUS QueueCleanup(PQUEUE Queue, PFILE_OBJECT FileObject)
Process an IRP_MJ_CLEANUP on the QUEUE.