Admin Production ni-theme
Current Publication

DOSCompatWindow

LabWindows/CVI

DOSCompatWindow

int DOSCompatWindow (void);

Purpose

Note Note  This function is obsolete.

Displays a window that serves as a parent panel for panels you created in a LabWindows for DOS program.

You can use the return value as the parentPanelHandle parameter to the LoadPanel function. You can use DOSCompatWindow with LabWindows for DOS .uir files to retain the appearance of the DOS User Interface screen.

DOSCompatWindow exists as an aid for converting LabWindows for DOS applications. Do not use it when developing new applications in LabWindows/CVI.

Parameters

None.

Return Value

Name Type Description
DOSCompatibilityWindowHandle int Returns the panel handle for the DOS Compatibility Window.

A negative number indicates that an error occurred.

Additional Information

Library: User Interface Library

Include file: userint.h

LabWindows/CVI compatibility: LabWindows/CVI 3.0 and later