Shadow Structure

typedef struct shadow_struct /*Defined in vv_sys.h */
{      
int offset; /*position relative to window */
int len; /*length of the shadow */
int width; /*width of the shadow */
UCHAR fillchar; /*shadow fill character */
UCHAR att; /*shadow attribute */
} SHADOW, *SHADOWPTR;    


Home Contents Previous Next