<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > UI (User Interface) > UDT predefined in UI module > Bitmap Header Definition > BITMAPFILEHEADER |
Description
BITMAPFILEHEADER structure.
Syntax
Type BITMAPFILEHEADER
bfType As WORD
bfSize As DWORD
bfReserved1 As WORD
bfReserved2 As WORD
bfOffBits As DWORD
End Type
Remarks
See also
Examples