stm_list_first_ptr_element Function Type stm_list_elm Description Returns the first item appearing in the list passed as an input argument. This function may be applied to lists containing pointers. Syntax stm_list_first_ptr_element (list, &status) Arguments Argument Input/Output Type Description list In stm_list The list of items. status Out int The function status code. Status Codes ● stm_success ● stm_nil_list ● stm_list_element_does_not_exist
list
stm_list
status
int
stm_success
stm_nil_list
stm_list_element_does_not_exist