nca_win_get_info
Example: nca_win_get_info | Window Object Functions |
Returns the value of a window property.
int nca_win_get_info( LPCSTR window, LPCSTR property, char *out_value );
window | The logical name of the window. |
property | One of the available properties: Oracle NCA Object Properties. |
out_value | The variable that stores the value of the specified attribute. |
The nca_win_get_info function retrieves the value of the specified attribute and stores it in out_value.
Return Values
Parameterization
The following variable can be parameterized using standard parameterization: window