[DllImport("shell32.dll")]
static extern IntPtr CommandLineToArgvW(
[MarshalAs(UnmanagedType.LPWStr)] string lpCmdLine, out int pNumArgs);
Declare Function CommandLineToArgv Lib "shell32.dll" Alias "CommandLineToArgvW" ( _
ByVal lpCmdLine As String, _
ByRef pNumArgs As Integer) As Long
None.
Minimum DLL Version Shell32.dll version 6.0 or later
Minimum operating systems Windows XP
This function is implemented as Unicode.
For more information check out the MSDN page for this function:
Please add some!
Please add some!
Do you know one? Please contribute it!