imaqSetupWindow
Usage
int imaqSetupWindow(int windowNumber, int configuration);
Purpose
Sets the properties of an image window.
Parameters
Name
|
Type
|
Description
|
---|---|---|
windowNumber | int | The window number of the image window. |
configuration | int | Any of the WindowOptions flags combined together. |
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(). |