nca_list_close

Example: See belowList Object Functions

Closes the specified UI List object.

int nca_list_close( LPCSTR name );

name The logical name of the list.

nca_list_close closes the open UI list object.

There is usually no need to insert this function or change its argument value after recording.

Return Values

Oracle NCA Error Codes

Parameterization

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

Example

nca_list_close("CONTROL_TOOLTIPS_0");