Synopsis

(macro) size_t ddf_GetTFISize2(DDF *ddf, int tfi)

Purpose

Get entity size.

Description

The total size of the entity TFI tfi in the DDF ddf is returned. The size is the same as would be returned from sizeof(T_enttype).

Input

ddf

The DDF which tfi is defined in

tfi

Entity TFI whose size is to be returned

Return

Size of the entity TFI tfi.