Returns the current string that will be passed to the stdin of the process on execution.
Note: Permission must be given by the CA Harvest SCM administrator to allow user-modifiable input. See GetUserCanModifyInput() to determine if the administrator has secured input.
GetInput returns the default string specified by the CA Harvest SCM administrator if not yet modified by SetInput(); otherwise returns the current value for the input.
Output from the process will be sent to the CaHarvest log.
CaUDP
None
LPCTSTR-string that will be passed to input of executing process
Example
CaUDP& rUDP = rContext.GetUDP(); LPCTSTR szInput = rUDP.GetInput();
More information:
| Copyright © 2013 CA. All rights reserved. |
|