DBR_GetVersion Function
Returns the version info string for the application identity. This is a read-only property.
Syntax
const char* DBR_GetVersion();
Return Value
<string>
Remarks
The VersionInfo property is a part of the application identity. Check out Error List for more info.
Example
if (iRet != DBR_OK)
{
printf("Version: %d\r\n%s\r\n",iRet, DBR_GetVersion());
}
See Also
C > Constant > Error List