InStandaloneExecutable
int InStandaloneExecutable (void);
Purpose
![]() |
Note This function is obsolete. |
In later versions of LabWindows/CVI, InStandaloneExecutable always returns 1, because programs always run as executables. LabWindows/CVI no longer has an internal run mode.
Parameters
None.
Return Value
Name | Type | Description |
inStandaloneExecutable | int | 1 = program is currently running as a stand-alone executable. 0 = (Obsolete value) program is currently running under LabWindows/CVI. |
Additional Information
Library: Utility Library
Include file: utility.h
LabWindows/CVI compatibility: LabWindows/CVI 3.0 and later