How can i verify that if a disc is USB disc or not

How can i do that in WindowAPI ?

Thank you very much…

Use DeviceIoControl with IOCTL_STORAGE_QUERY_PROPERTY and check the bus
type.


Don Burn (MVP, Windows DDK)
Windows 2k/XP/2k3 Filesystem and Driver Consulting
Website: http://www.windrvr.com
Blog: http://msmvps.com/blogs/WinDrvr
Remove StopSpam to reply

wrote in message news:xxxxx@ntdev…
> How can i do that in WindowAPI ?
>
> Thank you very much…
>