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>
|