C++\Win32 Information about all drives: hard drives, USB drives, disc drives, diskette drives etc

StackOverflow https://stackoverflow.com/questions/11901990

  •  25-06-2021
  •  | 
  •  

Domanda

I want to get information about all types of drives in the system: Hard Drives, USB Drives, Disk Drives, Diskette Drives.

About each I want to know: size, free space, file system and whether it is real or emulated.

Hard Drives: internal or external.

È stato utile?

Soluzione

Short answer WMI Windows Management Instrumentation. Search for it. It will tell more info than you ever wanted to know.

Or you can refer to GetLogicalDrives() : Listing physical drives installed on my computer

Altri suggerimenti

We're developing this API that will eventually allows you to communicate with storage devices. It's open source and you can see the current code for some information. Check back for more features: https://github.com/virtium/vtStor

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top