The only thing a rescan will do is create kernel mode
\Device\Hardisk#\Partition# objects, which you can examine with winobj from
www.sysinternals.com. You then have to create the drive letter yourself with
DefineDosDevice.
Olaf Groeger wrote in message
<8E04D80C6OlafGroegergm
...@news.uni-stuttgart.de>...
:>Write a small program in C that calls DeviceIoControl with a control
:>code of IOCTL_SCSI_RESCAN_BUS and it should pick up any SCSI devices
:>that were added after powerup or last scan.
:>
:Yes, this is easy, but how to get a drive letter. so far i know you must
:mount this now unclaimed device with IOCTL_SCSI_FIND_NEW_DEVICES, but i get
:always Access denied. Did you ever used IOCTL_SCSI_FIND_NEW_DEVICES ?
: