| Home > Function descriptions > | History back Previous chapter Next chapter Print |
GetDLLVersion |
|
uEye ActiveX Manual Version 4.00
Syntax
LONG GetDLLVersion()
Description
GetDLLVersion() returns the version number of the uEye driver DLL (ueye_api.dll).
Parameters
<none>
Return values
|
32 bit integer value representing the DLL version |
Bits 31-24 |
Major version number. |
Bits 16-23 |
Minor version number. |
Bits 15-0 |
Build version number. |