Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "PathIsNetworkPath" in [All]

shlwapi

.

static extern bool PathIsNetworkPath(string pszPath);

.

<DllImport("shlwapi.dll", EntryPoint:="PathIsNetworkPathW",  SetLastError:=True, CharSet:=CharSet.Unicode)> _

.

Public Function PathIsNetworkPath(<MarshalAs(UnmanagedType.LPTStr)>pszPath As String) As <MarshalAs(UnmanagedType.Bool)>Boolean

.

Public Declare Function PathIsNetworkPath Lib "shlwapi" Alias "PathIsNetworkPathA" _

.
Documentation
[PathIsNetworkPath] on MSDN

 
Access PInvoke.net directly from VS: