Designer Function List Resolving Structure

typedef struct   /*Defined in vv_des.h   */
{        
UCHAR *func_name; /*function name string in VVD form   */
PFI ptr_func; /*pointer to function to call   */
} FUNCLIS, *FUNCLISPTR;      


Home Contents Previous Next