CNVFinish
void CNVFinish (void);
Purpose
Uninitializes the Network Variable Library.
![]() |
Note
You must call this function after your program is done using the Network Variable Library to discard and clean up global resources. If you do not call this function after calling other functions in the Network Variable Library, your program might hang or crash when it closes and LabWindows/CVI might not be able to report the leaked resources in your program. Additionally, you must not call this function from DllMain, atexit handlers and Network Variable Library callback functions—doing so may cause your application to deadlock and stop responding. |
Parameters
None.
Return Value
None.
Additional Information
Library: Network Variable Library
Include file: cvinetv.h
LabWindows/CVI compatibility: LabWindows/CVI 8.1 and later