imaqIsWindowVisible
Usage
int imaqIsWindowVisible(int windowNumber, int* visible);
Purpose
Retrieves whether the given window is visible.
Parameters
Name
|
Type
|
Description
|
---|---|---|
windowNumber | int | The window number of the image window. |
visible | int* | On return, this parameter is TRUE if the given window is visible and FALSE if the 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(). |