Background Line Structure

typedef struct bgline_struct /*Defined in vv_form.h   */
{        
UINT tag; /*structure tag   */
LINEPTR stylep; /*pointer to background line style   */
UCHAR att; /*video attribute for background line   */
UCHAR dummy; /*form word alignment   */
int rb; /*beginning window-row of line   */
int cb; /*beginning window-col of line   */
int len; /*the length of the line   */
int dir; /*the direction of the line   */
long flags; /*background flags (Windows/Web only) */
} BG_LINE, *BG_LINEPTR;      


Home Contents Previous Next