nca_lov_get_item_name

Example: nca_lov_get_item_nameList Object Functions

Retrieves the name of an entry in a list of values by the entry's index number.

int nca_lov_get_item_name( LPCSTR name, int item_index, char *value );
name The logical name of the object whose value(s) you want to find.
item_index The numerical index of the value to find.
value An output parameter that holds the value which has been found.

The nca_lov_get_item_name function retrieves the name of an entry in a list of values and writes it into the value parameter of the function. Enough memory space for value must be allocated before calling the function.

Return Values

Oracle NCA Error Codes

Parameterization

The following variable can be parameterized using standard parameterization: name