CHAILink SDK
Version 1.3
|
CLC_ErrorCode CHAI_GetVersion | ( | CPUINT32 *const | pdwVersion, |
CPCHAR8 const **const | ppVersionString | ||
) |
Get the current CHAI and VNM versions.
[out] | pdwVersion | Pointer to a DWORD filled with versions : High word = VNM, Low word = CHAI Version format is 0xMmbb, M: major, m: minor, bb: build. Ascendant compatibility is not guaranteed between different major versions. |
[out] | ppVersionString | Pointer to a string pointer filled with the version string. |