From: KenH on
Hi,

I use the msdn sample getaddr.exe on a Win2K3 x64 server with argument
scsi6: and it failed with error code 50 (this request is not supported) after
IOCTL_SCSI_GET_ADDRESS. Is this by design? Since the program gets correct
address if I use PhysicalDrive10 as argument.

I need to write a application to discover all the scsi enclosures. and issue
Scsi Pass Through command to it. I could find the enclosure and know its
bus/target/lun but not the scsi port with the help from another msdn post. I
saw a post mentioned to use IOCTL_SCSI_GET_ADDRESS and found the getaddr.exe
sample. I tried it and got the above result.

Ken