Previous Topic: LPCTSTR GetAddCmdLineArg(void)

Next Topic: HINT32 Execute(void)


LPCTSTR GetInput(void)

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.

Owning Class

CaUDP

Arguments

None

Return Value

LPCTSTR-string that will be passed to input of executing process

Example

CaUDP& rUDP = rContext.GetUDP(); LPCTSTR szInput = rUDP.GetInput();

More information: