Border Text Structure

typedef struct bdrtxt_struct /*Defined in vv_sys.h   */
{        
struct bdrtxt_struct *next_textp; /*pointer to next border text   */
UCHAR *stp; /*pointer to text string itself   */
UCHAR location; /*flags describing location in border   */
UCHAR att; /*video attribute to use for text   */
} BDRTXT, *BDRTXTPTR;      


Home Contents Previous Next