Synopsis
(macro) size_t ddf_GetTFISize(int tfi)
Purpose
Get entity size.
Description
The total size of the entity TFI tfi is returned. The size is the same as would be returned from doing sizeof(T_enttype). Note that this is just the size of the main entity structure.
Input
tfi
Entity TFI whose size is to be returned
Return
Size of the entity TFI tfi.