imaqAreScrollbarsVisible

NI Vision for LabWindows/CVI Function

imaqAreScrollbarsVisible

Usage

int imaqAreScrollbarsVisible(int windowNumber, int* visible);

Purpose

Retrieves whether the scrollbars of the given image window are visible.

Parameters

Name

Type

Description

windowNumber int The window number of the image window.
visible int* On return, this parameter is TRUE if the scrollbars are visible and FALSE if the scrollbars are 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().