Synopsis
(macro) DDF_FLD * ddf_GetEntityFields(DDF_TF tf)
Purpose
Get entity field list.
Description
A pointer to the field list for the entity TF tf in the DDF is returned. See the ddf_intro man entry for information on the format of the fields. 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. The function ddf_GetEntityFieldCount returns the number of fields in the list.
Input
tf
Entity TF whose field list is to be returned
Return
A pointer to the field list of tf