| typedef struct bggif_struct | /*Defined in vv_form.h | */ | ||
| { | ||||
| UINT | tag; | /*structure tag | */ | |
| long | flags; | /* field flags | */ | |
| int | rb; | /*beginning window-row of gif | */ | |
| int | cb; | /*beginning window-col of gif | */ | |
| int | rq; | /*ending window-row of gif | */ | |
| int | cq; | /*ending window-col of gif | */ | |
| UCHAR | *gifnamep; | /*pointer to background gif name | */ | |
| HBITMAP | hBitmap; | /*Bitmap Handle | (Windows only) | */ |
| }BG_GIF, *BG_GIFPTR, BG_IMAGE, *BG_IMAGEPTR, BG_BMP, *BG_BMPPTR; | ||||