Multiple Toggle Structure

typedef struct mtoggle_struct /* Defined in vv_form.h */
{      
UCHAR type; /*spin button or multiple toggle */
UCHAR sp_att; /*normal display attribute */
UCHAR spin_up; /*spin up character */
UCHAR spin_dn; /*spin down character */
int mtog_val; /*index into memory file */
char *kwdp; /*keyword pointer */
MFILEPTR mfp; /*pointer to memory file */
} MTOGGLE, *MTOGGLEPTR;    


Home Contents Previous Next