This function returns index of the global control parameter with given name in array.
Copy Code
|
|
---|---|
AT_BOOL ACCUAPI IG_gctrl_item_id_get( UINT nIndex LPCHAR lpCtrlID, UINT nBufSize ); |
Name | Type | Description |
---|---|---|
nIndex | UINT | OUT: An index of lpCtrlID global control parameter in the parameters array. |
lpCtrlID | LPCHAR | IN: The name of global control parameter. |
nBufSize | UINT | IN: Size of lpCtrlID buffer in bytes. |
TRUE if global parameter with given name is found; FALSE if it does not exist.
This function does not process image pixels.
See also the section Working with Global Control Parameters.