imaqBringWindowToTop
From NI Vision for LabWindows/CVI Function
imaqBringWindowToTop
Usage
int imaqBringWindowToTop(int windowNumber);
Purpose
Makes the given image window active.
| Note If you are using Windows 2000, this function has no effect when your application is not the active application in the system. |
Parameters
|
Name
|
Type
|
Description
|
|---|---|---|
| windowNumber | int | The window number of the window you want to be active. |
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(). |