1.I'm trying to write an MFC program in EVC++ 4.0 on window CE 5.0 that lists the disk drives on the system (C:, D:, and so on). I also need to know if the drive is a hard disk or a USB. Is there a class to get this information?
Q2. What are Windows Volume Management Functions in EVC++ 4.0 on window CE 5.0?