Network Paths- was: Bug with "View In Web Bro
Posted: Mon Oct 23, 2000 10:56 am
Keith,
To resolve a network Path from a Mapped resource use the following:
WNetGetUniversalName()
And look at the MSDN section "Windows Networking (WNet) Overview" topic.
Related items would be:
WNetGetResourceInformation()
WNetGetResourceParent()
etc.
Header: Declared in Winnetwk.h.
Library: Use Mpr.lib.
Hopefully this will help
-chris
To resolve a network Path from a Mapped resource use the following:
WNetGetUniversalName()
And look at the MSDN section "Windows Networking (WNet) Overview" topic.
Related items would be:
WNetGetResourceInformation()
WNetGetResourceParent()
etc.
Header: Declared in Winnetwk.h.
Library: Use Mpr.lib.
Hopefully this will help
-chris