Background Text Structure

typedef struct bgtxt_struct /*Defined in vv_form.h   */
{        
UINT tag; /*structure tag   */
UCHAR *txtp; /*pointer to background text string   */
UCHAR att; /*video attribute for background text   */
UCHAR dummy; /*for word alignment   */
int rb; /*beginning window-row of text   */
int cb; /*beginning window-col of text   */
short fld_id; /*field id if it is a prompt   */
long flags; /*background flags (Windows/Web only) */
} BG_TXT, *BG_TXTPTR;      


Home Contents Previous Next