GetCommandLine (Windows CE 5.0)
This function returns a pointer to the command-line string for the current process.
LPTSTR GetCommandLine(void);
Parameters
None.
Return Values
The return value is a pointer to the command-line string for the current process.
Remarks
Windows CE supports only the Unicode version of this function.
Requirements
OS Versions: Windows CE 3.0 and later.
Header: Winbase.h.
Link Library: Coredll.lib.
See Also
Send Feedback on this topic to the authors