GetCVIVersionYear
- Updated2023-02-21
- 1 minute(s) read
GetCVIVersionYear
void GetCVIVersionYear (char CVIVersion[]);
Purpose
Returns the year-based version of the LabWindows/CVI Run-Time Engine libraries that you are using.
![]() |
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