GOUJON Alexandre ale.goujon@gmail.com writes:
On 07/23/2012 03:03 PM, Alexandre Julliard wrote:
That's very inefficient. There are better way of enumerating drives, check for instance QueryDosDevice.
I'm not sure QueryDosDevice is more efficient :
- with NULL device name, it returns every MS-DOS device which is not
what we want
It's pretty much what we want. Check how it does it.