Desktop Functions: Smart Device Functions:
|
Search Results for "PathIsFileSpec" in [All]shlwapi
[DllImport("shlwapi.dll", EntryPoint = "PathIsFileSpecW", SetLastError = True, CharSet = CharSet.Unicode)]
static extern bool PathIsFileSpec([MarshalAs(UnmanagedType.LPTStr)]string pszPath);
<DllImport("shlwapi.dll", EntryPoint:="PathIsFileSpecW", SetLastError:=True, CharSet:=CharSet.Unicode)> _
Public Function PathIsFileSpec(<MarshalAs(UnmanagedType.LPTStr)>pszPath As String) As <MarshalAs(UnmanagedType.Bool)> Boolean
Public Declare Function PathIsFileSpec Lib "shlwapi" Alias "PathIsFileSpecA" _ |