Synopsis

(macro) DDF_TF * ddf_GetFieldRefTypes(DDF_FLD *fld)

Purpose

Get field reftypes.

Description

A pointer to the reftype list for the DDF_FLD fld is returned. Since this function simply returns the location of the entry in the DDF, care must be taken to not change the information at the returned location. If the specified field is not a PTR field, a value of NULL will be returned. Use ddf_GetFieldRefTypeCount to obtain the number of entries in the list.

Input

fld

Field whose reftype list is to be returned

Return

Reftype list for fld.