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 "PathIsUNCServerShare" in [All]

shlwapi

.
Summary
PathIsUNCServerShare - Determines if a string is a valid Universal Naming Convention (UNC) share path, \\server\share.
.

static extern TODO PathIsUNCServerShare(TODO);

.

[DllImport("shlwapi.dll", EntryPoint:="PathIsUNCServerShareW",  SetLastError:=True, CharSet:=CharSet.Unicode)]

.

static extern bool PathIsUNCServerShare([MarshalAs(UnmanagedType.LPTStr)]string pszPath);

.

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

.

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

.

Public Declare Function PathIsUNCServerShare Lib "shlwapi" Alias "PathIsUNCServerShareA" _

.
Documentation
[PathIsUNCServerShare] on MSDN

 
Access PInvoke.net directly from VS: