ami_Version... Accessors
Functions
Declaration
const char * ami_VersionName();
const char * ami_Version();
const char * ami_VersionDate();
int ami_VersionMajor();
int ami_VersionMinor();
int ami_VersionUpdate();
Purpose
These functions return the AMI C API version information. The version information consists of a major, minor, and update number formatted left to right, respectively like this 3.1.1.
Accessors
Function |
Description |
ami_VersionName() |
Returns the product name. |
ami_Version() |
Returns the version string, for example, 3.1.1. |
ami_VersionDate() |
Returns the build date. |
ami_VersionMajor() |
Returns the major version number. |
ami_VersionMinor() |
Returns the minor version number. |
ami_VersionUpdate() |
Returns the update version number. |