Desktop Functions: Smart Device Functions:
|
Search Results for "PathUndecorate" in [All]shlwapi
[DllImport("shlwapi.dll", EntryPoint = "PathUnDecorateW", SetLastError = true, CharSet = CharSet.Unicode)]
static extern void PathUndecorate([MarshalAs(UnmanagedType.LPTStr)]string pszPath)
<DllImport("shlwapi.dll", EntryPoint:="PathUnDecorateW", SetLastError:=true, CharSet:=CharSet.Unicode)> _
Public Sub PathUnDecorate(<MarshalAs(UnmanagedType.LPTStr)>pszPath As String)
Public Declare Sub PathUndecorate Lib "shlwapi" Alias "PathUndecorateA" _ |