nca_list_get_text

Example: nca_list_get_textList Object Functions

An Oracle–NCA function to retrieve the selected item from a list.

int nca_list_get_text( LPCSTR name, char *value );
name The logical name of the list.
value A buffer to retrieve the selected item.

nca_list_get_text retrieves the selected item from a list into value.

Note that the user is responsible for the allocation and deallocation of the buffer value.

Return Values

Oracle NCA Error Codes

Parameterization

You cannot use standard parameterization for any arguments in this function.