Synopsis

(macro) DDF_DESC * ddf_GetEntityDescList(void)

Purpose

Get list of entity descriptions.

Description

The location of the entity description list in the current DDF will be returned. 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. The array is indexed by entity TFI. See ddf_GetEntityTFI for further information.

Return

The list of entity descriptions defined in the DDF.