CloseCVIRTE

void CloseCVIRTE (void);

Purpose

Releases memory that InitCVIRTE allocated in the LabWindows/CVI Run-time Engine for a particular DLL.

If you call InitCVIRTE from DllMain, call CloseCVIRTE from DllMain. You should call InitCVIRTE in response to the DLL_PROCESS_DETACH message just before you return from DllMain.

Parameters

None.

Return Value

None.