| typedef struct | /*Defined in vv_des.h | */ | ||
| { | ||||
| UCHAR | *fmname; | /*Pointer to name of sub-form | */ | |
| PTR | dstructp; | /*Pointer to underlying data struct | */ | |
| FUNCLISPTR | funclistp; | /*Pointer to function list | */ | |
| MFILEPTR | clist_mfp; | /*Pointer to choice list memory file | */ | |
| } DFMINFO, *DFMINFOPTR; | ||||