Help Structure

typedef struct help_struct /*Defined in vv_sys.h */
{      
UINT tag; /*structure tag */
WINDOWPTR wnp; /*window pointer */
int nextact; /*next action code */
UCHAR *kwdp; /*pointer to keyword string */
struct help_struct *nexthelp; /*pointer to next help structure */
} HELP, *HELPPTR;      


Home Contents Previous Next