tagBITMAPFILEHEADER Struct Reference

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.

Detailed Description

This structure contains information about the type, size, and layout of a file that containing a device-independent bitmap (DIB).


Field Documentation

u32 bfOffBits

Specifies the offset, in bytes, from the BITMAPFILEHEADER structure to the bitmap bits.

Reserved; set to zero.

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.


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines

Generated on Tue Nov 24 12:43:58 2009 for GRRLIB by  doxygen 1.6.1