Memory File Line Structure

typedef struct mfline_struct /*Defined in vv_sys.h */
{      
UCHAR *line_st; /*pointer to line string */
int line_len; /*length of a memory file line */
UCHAR att; /*attribute for text line */
UCHAR check; /*check used by multiple choice list */
} MFLINE, *MFLINEPTR;    


Home Contents Previous Next