[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 |
Unicode | This function is implemented as Unicode. |
Please add some!
Please add some!
Do you know one? Please contribute it!