GetCommandLineArgument 

Purpose

Returns the command line arguments in a character string.

Syntax

char** GetCommandLineArgument(void) const;

Parameters

None.

Return Value

A pointer to a character string containing command line arguments.

Exceptions

None.

Description

This function returns a pointer to a character string containing command line arguments.