GetCommandLine PROC   (MS-Windows)

   Gets a pointer to the command-line string for the current process.
   Returns EAX pointing to a string which contains the arguments separated by one space and the last argument is followed by a space and a null.
   The first argument is the command that started the program executing.


GetCommandLine PROTO        ; returns pointer to
                            ; command-line string in EAX

Returns: (LPTSTR) EAX = Pointer to the command-line string.

Converted from CHM to HTML with chm2web Pro 2.85 (unicode)