(win32 api, c++)
Hi,
You can use the following APIs to get the currently available disk
drives on your machine:
GetLogicalDrives()
GetLogicalDriveStrings()
GetDriveType()
http://msdn2.microsoft.com/en-us/library/aa364972.aspx
http://msdn2.microsoft.com/en-us/library/aa364975.aspx
http://msdn2.microsoft.com/en-us/library/aa364939.aspx
Kellie.
You're looking for the list that shows up in Device Manager, right?
SetupDi* will do that, perhaps SetupDiCreateDeviceInfoList is what you are
looking for