Synopsis

(macro) char ddf_GetEntityInfo(DDF_TF tf)

Purpose

Get entity information flags.

Description

The entity information flags for the entity TF 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

tf

Entity TF whose entity information flags are to be returned

Return

The entity information flags for tf