Synopsis

PDX_MSGT ddf_ExpandForms(int type, int *count, DDF_TF **tf_list)

Purpose

Expand a list of ddf forms associated with a given type.

Description

Allocates memory at @a *tf_list for the purpose of a list of ALL forms associated with the given type. The list returned is in sorted order.

Input

type

Input type

Output

count

The number of type/forms in the output array

tf_list

Pointer to an array of type/forms. It is up to the application to free the memory associated with this list.

Return

DDF error code