Utility Library Chapter 8
LabWindows/CVI Standard Libraries 8-6 © National Instruments Corporation
Breakpoint
void Breakpoint (void);
Purpose
During execution of a program, a call to Breakpoint suspends program operation. While the
program is suspended, you can inspect or modify variables, and use many other features of the
LabWindows/CVI interactive program.
Calling Breakpoint with the debugging level set to None, or from a compiled module, has no
effect.
Parameters
None
Return Value
None
CloseCVIRTE
void CloseCVIRTE (void)
Purpose
This function releases memory in the LabWindows/CVI Run-Time Engine that was allocated by
InitCVIRTE for a particular DLL.
If you call InitCVIRTE from DllMain, you also should call CloseCVIRTE from
DllMain. You should call it in response to the DLL_PROCESS_DETACH message after your
other detach code.
Parameters
None
Return Value
None