Synopsis

PDX_MSGT ddf_FindTFIField(int tfi, 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 TFI tfi 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

tfi

The TFI of the entity the field 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