SCC_GetDLLInfo
Valid for: CANoe DE • CANoe4SW DEFunction Syntax
Description
Gets additional information about the DLL.Parameters
- selector: Selects the desired return value (see below).
Return Values
- 0: The file version of the DLL in 24 bit BCD format (supports build numbers up to 99), e.g. 0x010203 for V1.2.3.
- 1: The major version of the DLL.
- 2: The minor version of the DLL.
- 3: The build number of the DLL.
- 4: The file version of the DLL in 32 bit BCD format, e.g. 0x01020123 for V1.2.123.