|
FreeBASIC
0.91.0
|

Data Fields | |
| FB_GFXCTX * | context |
| int | dirty_start |
| int | dirty_end |
| unsigned short | usAttr |
| fb_Rect | rWindow |
| fb_Coord | BufferSize |
| WORD | wAttributes |
| HANDLE | hOutput |
| int | fViewSet |
Definition at line 5 of file gfx_print.c.
| fb_Coord _fb_PrintInfo::BufferSize |
Definition at line 8 of file io_printbuff.c.
| FB_GFXCTX* _fb_PrintInfo::context |
Definition at line 6 of file gfx_print.c.
| int _fb_PrintInfo::dirty_end |
Definition at line 8 of file gfx_print.c.
| int _fb_PrintInfo::dirty_start |
Definition at line 7 of file gfx_print.c.
| int _fb_PrintInfo::fViewSet |
Definition at line 11 of file io_printbuff.c.
| HANDLE _fb_PrintInfo::hOutput |
Definition at line 10 of file io_printbuff.c.
| fb_Rect _fb_PrintInfo::rWindow |
Definition at line 7 of file io_printbuff.c.
| unsigned short _fb_PrintInfo::usAttr |
Definition at line 11 of file io_printbuff.c.
| WORD _fb_PrintInfo::wAttributes |
Definition at line 9 of file io_printbuff.c.