how to mount partitions from USB drives in Windows using Delphi?
- by user569556
Hi.
I'm a Delphi programmer.
I want to mount all partitions from USB drives in Windows (XP). The OS is doing this automatically but there are situations when such a program is useful.
I know how to find if a drive is on USB or not.
My code so far is:
type
STORAGE_QUERY_TYPE = (PropertyStandardQuery = 0, PropertyExistsQuery, PropertyMaskQuery,…