GetVersion
Function Usage
Obtains the product version number.
Restrictions
N/A
Prototype
const char *GetVersion()
Parameter Description
N/A
Return Value Description
Data type: char *
The value is a character string starting with Kunpeng BoostKit, indicating the version number corresponding to the current server API.
This version number is the product version instead of a module version returned by VmiVersion.
Parent topic: Functional APIs