carb::carbGetSdkVersion
Defined in carb/Framework.h
- 
const char *carb::carbGetSdkVersion()
- Retrieves the Carbonite SDK version string,. - Note - This version is intended for use in host apps that link directly to the - carblibrary. Libraries that don’t link directly to it such as plugins will not be able to call into this without first dynamically importing it. Plugins should instead call this through- carb::getFramework()->getSdkVersion().- Returns
- A string describing the current Carbonite SDK version. This will be the same value as the CARB_SDK_VERSION value that was set when the SDK was built.