Previous Topic: LPCTSTR GetDescription(void)

Next Topic: bool GetUsePackageList(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:

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: