imaqGetWindowTitle
Usage
char* imaqGetWindowTitle(int windowNumber);
Purpose
Retrieves the current title of an image window.
Parameters
Name
|
Type
|
Description
|
---|---|---|
windowNumber | int | The window number of the image window. |
Return Value
Type |
Description |
---|---|
char* | On success, this function returns the title of the given window. On failure, this function returns NULL. To get extended error information, call imaqGetLastError(). When you are finished with the title, dispose of it by calling imaqDispose(). |