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 "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" _

.
Documentation
[PathUndecorate] on MSDN

 
Access PInvoke.net directly from VS: