Synopsis

(macro) char ddf_GetTFIInfo2(DDF *ddf, int tfi)

Purpose

Get entity information flags.

Description

The entity information flags for the entity TF in the DDF ddf will be returned. These flags specify a variety of things about the entity. Flags which may be tested by the caller are:

DDF_SUBENT_FLG Entity is a sub-entity

DDF_DERIVED_FLG Entity is derived from another entity

DDF_HASPTRS_FLG Entity (or a sub-entity of it) has PTR fields

DDF_HASUNSIZED_FLG Entity (or a sub-entity of it) has an unsized array

Input

ddf

The DDF which tfi is defined in

tfi

Entity TFI whose entity information flags are to be returned

Return

The entity information flags for tfi