Field Look Up Tag Structure (Windows/Web only)

typedef struct FldLookUpTag /*Defined in vv_struc.h   */
{        
UINT sentinel;      
COLORREF fg; /*fg RGB (Windows only) */
COLORREF bg; /*bg RGB (Windows only) */
PTR fldp;      
WINDOWPTR wnp;      
FORMPTR fmp;      
FARPROC callProc; /* (Windows only w/Borland) */
WNDPROC callProc; /* (Windows only wo/Borland) */
ULONG userp;      
} FLDLOOKUP, *FLDLOOKUPPTR;      


Home Contents Previous Next