ami_ParameterSetValue()

Function

Declaration

ami_Error ami_ParameterSetValue(
   ami_Session       inAmiSession, 
   ami_Method        inAmiMethod, 
   ami_ParameterList inAmiParmList, 
   const char *      inpName, 
   const void *      inpValue ); 

Purpose

Sets the value of an AMI parameter in the specified AMI parameter list.

Parameters

 

Parameter

Description

inAmiSession

Handle of AMI session.

inAmiMethod

Handle of AMI method.

inpAmiParmList

Set parameter in this parameter list.

inpName

Name of parameter being set.

inpValue

Value being set.