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 |
|
Handle of AMI session. |
|
Handle of AMI method. |
|
Set parameter in this parameter list. |
|
Name of parameter being set. |
|
Value being set. |