LPTSTR GetCommandLine(VOID) |
The GetCommandLine function returns the command line for the current process.
This function has no parameters.
The return value is the address of the command line for the current process.
The GetCommandLine function may be used as either a wide-character function (where text arguments must use Unicode) or an ANSI function (where text arguments must use characters from the Windows 3.x character set installed).
CreateProcess GetEnvironmentVariable, GetStartupInfo, SetEnvironmentVariable