Next: nc_inq_compound_fieldndims, Previous: nc_inq_compound_fieldoffset, Up: User Defined Data Types
Given the typeid and the fieldid, get the type of that field.
nc_inq_compound_fieldtype(nc_type typeid, int fieldid, nc_type *field_typeidp);
typeid
fieldid
field_typeidp
NC_NOERR
NC_EBADTYPEID
NC_EBADFIELDID
NC_EHDFERR
See the example section for nc_inq_compound.