GetCommandLine (Windows CE 5.0)

Send Feedback

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

Process and Thread Functions

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.