ami_DataType
Type
Purpose
Defines the valid AMI C API parameter data types.
Enumeration
Declaration |
Description |
|
32-bit signed integer. |
|
|
|
|
|
64-bit unsigned integer. |
|
Null-terminated character string (UTF8 encoding). |
|
Boolean. |
|
Use for backwards compatibility with previous AMI C API versions. AMI_I32 is preferred. |
|
Use for backwards compatibility with previous AMI C API versions. AMI_I64 is preferred. |
|
Use for backwards compatibility with previous AMI C API versions. AMI_F64 is preferred. |