HSDK Class Descriptions › CaUDP › bool GetUserCanModifyInput(void)
bool GetUserCanModifyInput(void)
Returns the boolean value that specifies whether “Secure Input” was set for the UDP process by the CA Harvest SCM administrator.
Notes:
- true-Using SetInput(), the user can replace the default values for the string that is passed to stdin of the executed UDP.
- false-User cannot modify input, using SetInput() will fail.
- Owning Class
-
CaUDP
- Arguments
-
bool-whether input is user modifiable
- Return Value
-
None
Example
CaUDP& rUDP = rContext.GetUDP();
if( rUDP.GetUserCanModifyInput() == true ) rUDP.SetInput(“Input String”);
More information:
- HSDK Programming Fundamentals
- SetInput
- GetInput
|
Copyright © 2013 CA.
All rights reserved.
|
|