This function is for getting the visible state of the GUI toolbar.
Copy Code
|
|
---|---|
UINT IG_ARTX_GUI_toolbar_visible_get( BOOL* pbVisibleState ); |
Name | Type | Description |
---|---|---|
pbVisibleState | BOOL* | TRUE - GUI toolbar is visible; FALSE - otherwise. |
0 if the function is successful; -1 otherwise.
This function does not process image pixels.