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.
CaUDP
LPCTSTR szCmdLineArg-the argument's value
None
Example
CaUDP& rUDP = rContext.GetUDP(); rUDP.SetAddCmdLineArg(“-v -h”); rUDP.Execute();
More information:
| Copyright © 2013 CA. All rights reserved. |
|