ami_Parameter

Type

Purpose

This is the AMI C API parameter object handle. It encapsulates all the information required to define and support an AMI parameter. It is used to identify a specific method input or output parameter in AMI C API functions.

Remarks

All ami_Parameter instances are associated with an ami_ParameterList and are destroyed along with the ami_ParameterList when it is destroyed. There is no need (or function) to destroy an ami_Parameter.