Synopsis

(macro) DDF_VDESC * ddf_GetFieldVdescs(DDF_FLD *fld)

Purpose

Get field vdesc list.

Description

The list of value descriptions for the DDF_FLD fld will be returned. See the ddf_intro man page for more information. 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 function ddf_GetFieldVdescCount will return the number of vdescs defined for the field.

Input

fld

Field whose vdesc list is to be returned

Return

List of vdescs defined for fld.