Synopsis

PDX_MSGT ddf_GetPFixedCount(DDF_TF tf, DDF_FLD *fld, DDF_FLD **cnt_fld)

Purpose

Get count field for a pointer to fixed array.

Description

The count field which dimensions the pointer to fixed array fld will be returned. fld must be dimensioned with a single count field in the first dimension (the array can be multi-dimensional but only the first dimension can be dimensioned to a count field).

Input

tf

The TF of the entity which fld is defined in

fld

Pointer to fixed array field to get count field for

Output

cnt_fld

The DDF_FLD entry for the count field which dimensions fld

Return

DDF error code