Previous Topic: bool GetUseVersionList(void)

Next Topic: LPCTSTR GetInput(void)


LPCTSTR GetAddCmdLineArg(void)

Retrieves the additional command line arguments that will be passed to the executing UDP.

Note: SetAddCmdLineArg appends the arguments specified to the entire UDP command. Any arguments specified by the administrator during the setup of the UDP are retained.

Arguments that are specified are prepended with a white space character.

Owning Class

CaUDP

Arguments

None

Return Value

LPCTSTR-string of arguments

Example

CaUDP& rUDP = rContext.GetUDP(); LPCTSTR szCmdArg = rUDP.GetAddCmdLineArg();

More information: