ami_ParameterGetValue() Function Declaration ami_Error ami_ParameterGetValue( ami_Session inAmiSession, ami_Method inAmiMethod, ami_ParameterList inAmiParmList, const char * inpName, void * inpValue ); Purpose Retrieves the value of an AMI parameter from the specified AMI parameter list. Parameters Parameter Description inAmiSession Handle of AMI session. inAmiMethod Handle of AMI method. inAmiParmList Get parameter from this parameter list. inpName Name of parameter being retrieved. inpValue Target for retrieved value.