Synopsis
(macro) PDX_MSGT ddf_FindEntityField(int tf, char *name, DDF_FLD **fld)
Purpose
Get the DDF_FLD entry for a field.
Description
The DDF_FLD entry corresponding to the field name name in entity TF tf will be returned in fld. 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.
Input
tf
The TF of the entity name is defined in
name
Name of the field to get the DDF_FLD entry for
Output
fld
Pointer to the DDF_FLD entry for the field
Return
DDF error code