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.
CaUDP
None
LPCTSTR-string of arguments
Example
CaUDP& rUDP = rContext.GetUDP(); LPCTSTR szCmdArg = rUDP.GetAddCmdLineArg();
More information:
| Copyright © 2013 CA. All rights reserved. |
|