Terminal Description Field Structure

typedef struct _tdfld   /*Defined in vv_sys.h */
{      
UCHAR *mnemonic; /*pointer to mnemonic string */
PTR datap; /*pointer to data destination */
UCHAR datatype; /*type of data */
UCHAR flags; /*parsing flags */
} TD_FLD, *TD_FLDPTR;      


Home Contents Previous Next