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

shlwapi

.
Summary
PathGetArgs - Finds the command line arguments within a given path.
.

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

.

static extern System.Text.StringBuilder PathGetArgs([MarshalAs(UnmanagedType.LPTStr)]string pszPath);

.

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

.

Public Function PathGetArgs(<MarshalAs(UnmanagedType.LPTStr)>pszPath As String) As <MarshalAs(UnmanagedType.LPTStr)> System.Text.StringBuilder

.

Public Declare Function PathGetArgs Lib "shlwapi" Alias "PathGetArgsA" _

.

args = Win32.API.Shlwapi.PathGetArgs("c:\abc.exe 1 2 3 4")

.
Documentation
[PathGetArgs] on MSDN

 
Access PInvoke.net directly from VS: