ami_ParameterAddChoice() Function Declaration ami_Error ami_ParameterAddChoice( ami_Session inAmiSession, ami_Parameter inAmiParm, const void * inpData ); Purpose Adds a value choice for the specified parameter. Remarks Value choices can be displayed by the managing application. If value choices are specified for a parameter, other values are also permitted. For a specified object, set only one of either choice or legal values. If both are set, the legal value takes precedence. Parameters Parameter Description inAmiSession Handle of AMI session. inAmiParm Handle of AMI parameter. inpData Choice value.