Admin Production ni-theme
Current Publication

CNVFinish

LabWindows/CVI

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

Examples

Refer to the following examples that use the CNVFinish function:

  • networkvariable\Polling\NVPolling.cws

    Open example
  • networkvariable\Quality\NVQuality.cws

    Open example