Previous Topic: void SetInput(LPCTSTR szAddInput)

Next Topic: LPCTSTR GetUDPType(void)


void SetAddCmdLineArg(LPCTSTR szCmdLineArg)

Sets additional command line arguments to be passed to the UDP executing process.

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 whitespace character.

Owning Class

CaUDP

Arguments

LPCTSTR szCmdLineArg-the argument's value

Return Value

None

Example

CaUDP& rUDP = rContext.GetUDP();
rUDP.SetAddCmdLineArg(“-v -h”); 
rUDP.Execute();

More information: