imaqShowWindow

NI Vision for LabWindows/CVI Function

imaqShowWindow

Usage

int imaqShowWindow(int windowNumber, int visible);

Purpose

Shows or hides an image window.

Parameters

Name

Type

Description

windowNumber int The window number of the image window.
visible int If TRUE, the given window is visible. If FALSE, the given window is hidden.

Return Value

Type

Description

int On success, this function returns a non-zero value. On failure, this function returns 0. To get extended error information, call imaqGetLastError().