Background Box Structure

typedef struct bgbox_struct /*Defined in vv_form.h   */
{        
UINT tag; /*structure tag   */
BORDERPTR bdrp; /*pointer to background border type   */
UCHAR att; /*video attribute for background box   */
UCHAR dummy; /*form word alignment   */
int rb; /*beginning window-row of box   */
int cb; /*beginning window-col of box   */
int rq; /*ending window-row of box   */
int cq; /*ending window-col of box   */
short fld_id; /*field id if it is a prompt   */
long flags; /*background flags (Windows/Web only) */
} BG_BOX, *BG_BOXPTR;      


Home Contents Previous Next