Object Types: None.
Description: LabWindows/CVI sends the end task event to the main callback function when Windows wants to quit. Swallow the event to abort the termination.
Event Data Parameters:
Closing the application:
eventData1 = APP_CLOSE (0)
eventData2 = Not used
Shutting down the computer:
eventData1 = SYSTEM_CLOSE (1)
eventData2 = Not used