{
KdPrintferror(("[VDUM] IOCTL not used index %d.\n",index));
status=STATUS_DEVICE_REMOVED;
irp->IoStatus.Status=status;
irp->IoStatus.Information = 0; goto fin; }
else
{ }
.. ..
irp->IoStatus.Status = status;
if (status!=STATUS_PENDING)
IoCompleteRequest(irp, IO_NO_INCREMENT);
Conclusion: How to ask windows to purge the buffer that stores the names
of files on disk \\device\DeviceImg with out call IoDeleteDevice?? Thank
you very much.
My wish: when I dismounted and went up the logical drive to another
image file (. RAW) I want to empty the buffer storing the FAT
directories and file names, so I can see my files stored in another
image file . Thank you
On Thu, 29 Oct 2009 01:20:50 +0100, Mathieu <mat....@wanadoo.fr>
wrote: