GetCommandLine

From aldeid
Jump to navigation Jump to search

Description

Retrieves the command-line string for the current process.

Syntax

LPTSTR WINAPI GetCommandLine(void);

Parameters

This function has no parameters.

Return value

The return value is a pointer to the command-line string for the current process.