LabWindows/CVI

Content Type
Programming Language
Current manual

CloseCVIRTE

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 CloseCVIRTE in response to the DLL_PROCESS_DETACH message just before you return from DllMain.

Parameters

None.

Return Value

None.

Additional Information

Library: Utility Library

Include file: utility.h

LabWindows/CVI compatibility: LabWindows/CVI 4.0 and later

Example

Refer to dll\basic\cvidll.cws for an example of using the CloseCVIRTE function.

Was this information helpful?

Previous

InitCVIRTE

Next

Beep

Previous

InitCVIRTE

Next

Beep