GpaGetVersion
Syntax
Description
Gets the GPA version.
Parameters
Name |
Description |
---|---|
|
The value that will hold the major version of GPA upon successful execution. |
|
The value that will hold the minor version of GPA upon successful execution. |
|
The value that will hold the build number of GPA upon successful execution. |
|
The value that will hold the update version of GPA upon successful execution. |
Return value
Return value |
Description |
---|---|
kGpaStatusOk |
The GPA version was successfully retrieved. |
kGpaStatusErrorNullPointer |
The supplied
major_version parameter is NULL.The supplied
minor_version parameter is NULL.The supplied
build_version parameter is NULL.The supplied
update_version parameter is NULL. |
kGpaStatusErrorException |
Exception occurred. |