###User Defined Function###
_WinAPI_CommandLineToArgv

###Description###
Parses a command-line string and returns an array of the command-line arguments.

###Syntax###
#include <WinAPIShPath.au3>
_WinAPI_CommandLineToArgv ( $sCmd )


###Parameters###
@@ParamTable@@
$sCmd
	The string that contains the full command line. If this parameter is an empty string the function returns an empty array (zeroth element is 0).
@@End@@

###ReturnValue###
@@ReturnTable@@
Success 	the array of the command-line arguments. The zeroth array element contains the number of arguments.
Failure 	sets the @error flag to non-zero, call <a href="_WinAPI_GetLastError.htm">_WinAPI_GetLastError()</a> to get extended error information.
@@End@@


###Remarks###
None


###Related###


###See Also###
@@MsdnLink@@ CommandLineToArgvW


###Example###
@@IncludeExample@@
