nca_obj_get_info

Example: nca_obj_get_infoObject Functions

Returns the value of an object property.

int nca_obj_get_info( LPCSTR object, LPCSTR property, char *out_value );
object The logical name of the GUI object. The object may belong to any class.
property One of the available properties: Oracle NCA Object Properties.
out_value The output variable that stores the value of the property.

The nca_obj_get_info function retrieves the value of the specified property and stores it in out_value.

Return Values

Oracle NCA Error Codes

Parameterization

The following variable can be parameterized using standard parameterization: object