Return a nested field descriptor.
MCO_RET mco_dict_nested_ifield( /*IN*/ mco_metadict_header_t * metadict, /*IN*/ unsigned short dict_no, /*IN*/ unsigned short struct_no, /*IN*/ unsigned short index_no, /*IN*/ unsigned short ifield_no, /*OUT*/ mco_dict_nested_ifield_info_t * nested );
metadict | The address of an initialized mco_metadict_header_t structure |
dict_no |
The number of the dictionary (must be between 0 and |
struct_no |
The structure/class number (must be between 0 and |
index_no |
The index number (must be between 0 and |
ifield_no |
The compound index field (segment) number (0 and |
nested |
The address of a |
This function returns a compound index field (segment) descriptor by the nested index field with number
ifield_no
.