distinguish a DVD-RAM from a flash memory card!
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
How could i distinguish a DVD-RAM from a flash memory card (both are Removable storage drives) in runtime?
-
How could i distinguish a DVD-RAM from a flash memory card (both are Removable storage drives) in runtime?
I hope "GetDriveType" API will return DRIVE_RAMDISK for DVD-RAM Disk and DRIVE_REMOVABLE for Removeable Drive.
Thanks & Rgds, Sri..