Re: To get mapped drives on Vista

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



Use GetLogicalDriveStrings then for each drive path, call GetDriveType. The GetDriveType result is DRIVE_REMOTE if the drive path is a network-mapped drive.
.