This structure contains information about the type, size, and layout of a file that containing a device-independent bitmap (DIB). More...
#include <grrlib.h>
Data Fields | |
u16 | bfType |
Specifies the file type. | |
u32 | bfSize |
Specifies the size, in bytes, of the bitmap file. | |
u16 | bfReserved1 |
Reserved; set to zero. | |
u16 | bfReserved2 |
Reserved; set to zero. | |
u32 | bfOffBits |
Specifies the offset, in bytes, from the BITMAPFILEHEADER structure to the bitmap bits. |
This structure contains information about the type, size, and layout of a file that containing a device-independent bitmap (DIB).
u32 bfOffBits |
Specifies the offset, in bytes, from the BITMAPFILEHEADER structure to the bitmap bits.
u16 bfReserved1 |
Reserved; set to zero.
u16 bfReserved2 |
Reserved; set to zero.
u32 bfSize |
Specifies the size, in bytes, of the bitmap file.
u16 bfType |
Specifies the file type.
It must be set to the signature word BM (0x4D42) to indicate bitmap.