Home > C: Programming > Function descriptions > History back  Previous chapter  Next chapter  Print  

is_GetDLLVersion

uEye Camera Manual Version 4.00

is_GetDLLVersion

Windows_Logo

Linux_Logo

USB 2.0

USB 3.0

GigE

USB 2.0

USB 3.0

GigE

Syntax

INT is_GetDLLVersion()

Description

Returns the version of the ueye_api.dll.

Input parameters

<none>

Return values

The return value contains the version number which is coded as follows:

Bits 31-24:

Major version

Bits 23-16:

Minor version

Bits 15-0:

Build version

Related functions

is_GetOsVersion()

Example

int version = is_GetDLLVersion();

int build = version & 0xFFFF;

version = version >> 16;

int minor = version & 0xFF;

version = version >> 8;

int major = version & 0xFF;

printf("API version %d.%d.%d \n\n", major, minor, build);


Suggestion for improvement? Send us your short Feedback on this chapter. Thank you very much!

For technical questions please contact you local distributor or use the support form on our website.


© 2012 IDS Imaging Development Systems GmbH
http://www.ids-imaging.com