LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Help: what is cviauto.h use for in CVI?

what is cviauto.h use for in CVI?

 

can anyone advice. just to understand

 

Thanks

 

0 Kudos
Message 1 of 2
(3,728 Views)

Hi chris_chua,

 

The header file (cviauto.h) is used for the CVI Automation Library which allows for the use of ActiveX. The functions typically follow the prototype of "CA_functionname (param 1, param, 2, etc.)". It also is used when accessing the TestStand API in CVI.

 

ActiveX Library Help List

http://zone.ni.com/reference/en-XX/help/370051Y-01/cvi/libref/cviactivex_automation_libfunctiontree/

 

Note that if you select any of these functions and read the online help they will list:

 

Additional Information

Library: ActiveX Library

Include file: cviauto.h

 

Also an example of using cviauto.h for the TestStand API:

http://www.ni.com/white-paper/14378/en

- FCTesting
0 Kudos
Message 2 of 2
(3,720 Views)