realbasic-nug
[Top] [All Lists]

Re: Getting Network volumes list

To: REALbasic NUG <realbasic-nug at lists dot realsoftware dot com>
Subject: Re: Getting Network volumes list
From: Fargo Holiday <fargo at rpgportland dot com>
Date: Fri, 30 May 2008 08:07:52 -0700
Authentication-results: mx.google.com; spf=pass (google.com: domain of realbasic-nug-bounces at lists dot realsoftware dot com designates 66.116.103.65 as permitted sender) smtp dot mail=realbasic-nug-bounces at lists dot realsoftware dot com
Delivered-to: listarchive at realsoftware dot com
Delivered-to: realbasic-nug at lists dot realsoftware dot com
References: <p06240803c4657c2fd7bf at [62 dot 161 dot 36 dot 122]>
Jean-Luc Arnaud wrote:
> Hello Everybody,
> 
> I'm looking for a DLL function listing all network volumes mounted on 
> a workstation (XP and Vista).
> 
> FindFirstVolume, FindNextVolume and FindVolumeClose don't list network 
> volumes.
> GetLogicalDriveStrings gives all used letters, including network 
> volumes, but no other information (GUID).
> 
> Do you know of a DLL call like FindFirstSharedVolume, or 
> FindFirstNetworkVolume, or something like this ? I didn't find such a 
> thing.
> 
> Thank you for your help
> 
> 
> Jean-Luc
> _______________________________________________

I didn't find any solid API information for you, but here's a perl 
script that does it. May lead you on to the underlying function.
http://www.microsoft.com/technet/scriptcenter/scripts/perl/prlindex.mspx?mfr=true

Best of luck,
Fargo
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>


<Prev in Thread] Current Thread [Next in Thread>