Query: Events by subtypePurpose: Returns the events in the input list that are defined as arraystm_r_ev_array_ev (stm_list in_list, int
*status);
Query: Events by attributesPurpose: Returns the events in the input list that match the specified attribute name and value Query: NonePurpose: Returns the events in the input list that have the specified structure type (for example, single or array)stm_r_ev_by_structure_type_ev (stm_list
in_list, char structure_type, int *status);
Query: Events with callback bindingsPurpose: Returns the events in the input list that have callback bindingsstm_r_ev_callback_binding_ev (stm_list
in_list, int *status);
Query: Events explicitly definedPurpose: Returns the events of the input list that were explicitly definedstm_r_ev_explicit_defined_ev (stm_list
in_list, int *status);
Query: Events whose names match a given patternPurpose: Returns all the events whose names match the specified patternstm_r_ev_name_of_ev (char* pattern, int
*status);
Query: Events by subtypePurpose: Returns the events in the input list that are defined as single Query: Events whose synonyms match a given patternPurpose: Returns all the events whose synonyms match the specified pattern Query: Unresolved eventsPurpose: Returns the unresolved events in the input liststm_r_ev_unresolved_ev (stm_list in_list,
int *status);