Is there a way to find the total number of drives on a PC from Visual C++ 5.0
Local and mapped network drives.
Printable View
Is there a way to find the total number of drives on a PC from Visual C++ 5.0
Local and mapped network drives.
check GetLogicalDrives().
U have to count how many '1's are set in the return value !
If ur doing good network programming in windows check WNet Functions !
Have a nice day !