James A. Komenda
May 13th, 1999, 07:04 AM
Is there a way to find the total number of drives on a PC from Visual C++ 5.0
Local and mapped network drives.
Local and mapped network drives.
|
Click to See Complete Forum and Search --> : Number of Driver James A. Komenda May 13th, 1999, 07:04 AM Is there a way to find the total number of drives on a PC from Visual C++ 5.0 Local and mapped network drives. rajasekar.s May 13th, 1999, 12:29 PM 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 ! codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |