Argument Parsing Functions

Function

Description

Arg_GetArgumentA

Return the contents of an argument from an argument list by its number.

Arg_GetCommandLineA

Retrieve the argument specified by the nArgument parameter and returns it in the buffer specified by the lpszArgumentBuffer parameter.

Arg_GetCommandLineExA

Extended version of Arg_GetCommandLine.

Arg_GetArgumentW

Return the contents of an argument from an argument list by its number.

Arg_GetCommandLineW

Retrieve the argument specified by the nArgument parameter and returns it in the buffer specified by the lpszArgumentBuffer parameter.

Arg_GetCommandLineExW

Extended version of Arg_GetCommandLine.