Link to home
Start Free TrialLog in
Avatar of malik_mumtaz
malik_mumtaz

asked on

Drives Information immediate

I have used the following code and get the infomation about a drive.Please tell me how i can get all drives and their information.I require some code.

DWORD Check,strLen;
char buffer[30];
Check=GetLogicalDriveStrings(10,buffer);
AfxMessageBox(buffer);
ASKER CERTIFIED SOLUTION
Avatar of Vinayak Kumbar
Vinayak Kumbar

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial