Key Function Control Structure

typedef struct keyctrl_struct /*Defined in vv_struc.h */
{      
UINT tag; /*structure tag */
WINDOWPTR wnp; /*window pointer */
int nextact; /*next action code */
} KEYCTRL, *KEYCTRLPTR;    


Home Contents Previous Next