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

shlwapi

.

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

.

static extern void PathRemoveBlanks([MarshalAs(UnmanagedType.LPTStr)]lpszString As String);

.

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

.

Public sub PathRemoveBlanks(<MarshalAs(UnmanagedType.LPTStr)>lpszString As String)

.

Public Declare Sub PathRemoveBlanks Lib "shlwapi" Alias "PathRemoveBlanksA" _

.
Documentation
[PathRemoveBlanks] on MSDN

 
Access PInvoke.net directly from VS: