Command
QisLib_GetQisVersion Function: const char* QisLib_GetQisVersion(); Input: - Return: success: Pointer to a non-empty version string. failure: Pointer to an empty version string or invalid pointer (null). Errors: - Description: - Returns a pointer to the version string which has the format : "v[version number] ([Month] [Day],[Year])" |