LabWindows/CVI

Content Type
Programming Language
Current manual

GetCVIVersionYear

GetCVIVersionYear

void GetCVIVersionYear (char CVIVersion[]);

Purpose

Returns the year-based version of the LabWindows/CVI Run-Time Engine libraries that you are using.

Note Note  Use the GetCVIVersion function to return the major.minor version of the LabWindows/CVI Run-Time Engine libraries that you are using.

Parameters

Output
Name Type Description
CVIVersion char [] Buffer which receives the year-based version string.

CVI_Version must be at least 10 bytes long.

Return Value

None.

Additional Information

Library: Utility Library

Include file: utility.h

LabWindows/CVI compatibility: LabWindows/CVI 2009 and later

Was this information helpful?