Return an event descriptor.
MCO_RET mco_dict_event( /*IN*/const mco_metadict_header_t * metadict, /*IN*/ unsigned short dict_no, /*IN*/ unsigned short struct_no, /*IN*/ unsigned short event_no, /*OUT*/ mco_dict_event_info_t * event_info );
metadict | The address of a mco_metadict_header_t structure to initialize |
dict_no |
The index of the dictionary: must be between 0 and |
struct_no |
The structure/class index (from 0 to |
event_no |
The event number |
event_info |
The address of a |
This function returns an event descriptor based on the dictionary number, class number and the DDL field name.