aciObjectGetVersion

Call the aciObjectGetVersion function to return the version string of the ACI client.

Syntax

char* aciObjectGetVersion()

Discussion

This function gets a human-readable string describing the version of the ACI Client API. Memory is allocated to the returned pointer and must be freed by the caller.

Returns

A string containing the version number.