Synopsis

(macro) DDF_FLD * ddf_GetTFIFields(int tfi)

Purpose

Get entity field list.

Description

A pointer to the field list 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

tfi

Entity TFI whose field list is to be returned

Return

A pointer to the entity's field list.