ami_ParameterCreateIn()

Function

Declaration

ami_Error ami_ParameterCreateIn(
   ami_Session      inAmiSession, 
   ami_Method       inAmiMethod, 
   ami_Parameter *  inpAmiParm, 
   const char *     inpName, 
   ami_DataType     inType, 
   const char *     inpHelp ); 

Purpose

Adds the specified parameter to the list of input parameters for the method.

Parameters

 

Parameter

Description

inAmiSession

Handle of AMI session.

inAmiMethod

Handle of AMI method.

inpAmiParm

Target for returned parameter handle.

inpName

Name of the parameter for AMI purposes.

inType

Type of the parameter.

inpHelp

Optional description for the parameter.