Parameter Functions Summary

This table summarizes the AMI C API parameter functions. These functions are described in the following sections.

Function

Description

Page

ami_ParameterCreateIn()

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

ami_ParameterCreateIn()

ami_ParameterCreateOut()

Adds the specified parameter to the description of return parameters for that method.

ami_ParameterCreateOut()

ami_ParameterListOut()

Returns a handle to a list of AMI parameter lists to be used to specify return values for a method invocation.

ami_ParameterListOut()

ami_ParameterSetValue()

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

ami_ParameterSetValue()

ami_ParameterGetValue()

Retrieves the value of an AMI parameter from the specified AMI parameter list.

ami_ParameterGetValue()

ami_ParameterAddChoice()

Adds a value choice for the specified parameter.

ami_ParameterAddChoice()

ami_ParameterAddLegal()

Adds a legal choice for the specified parameter.

ami_ParameterAddLegal()

ami_ParameterListListDestroy()

Destroys the specified list of parameter lists.

ami_ParameterListListDestroy()