imaqIsToolWindowVisible

NI Vision for LabWindows/CVI Function

imaqIsToolWindowVisible

Usage

int imaqIsToolWindowVisible(int* visible);

Purpose

Retrieves whether the tool window is visible. This function behaves in the same manner as imaqIsWindowVisible().

Parameters

Name

Type

Description

visible int* On return, this parameter is TRUE if the tool window is visible and FALSE if the tool window is hidden. This parameter is required and cannot be NULL.

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().