News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests

Main Menu

How to get the number of drives and their related information

Started by kiranbhatter, December 23, 2012, 10:04:27 PM

Previous topic - Next topic

kiranbhatter

Hi,
Could you please help me out to find the number of drives and their names, sizes etc.,

Assembler: MASM32

Thanks :)

hutch--

A quick list of required API functions.

GetLogicalDrives
GetDriveType
SetErrorMode
GetDiskFreeSpaceEx


kiranbhatter


dedndave