ADTF_DISPLAY_TOOLBOX  3.8.0 (ADTF 3.14.3)
tBitmapFileHeader

This structure defines the file header used to load and save a bitmap. More...

Public Attributes

tUInt16 ui16Type
 always 0x4D42, for more information have a look at http://msdn.microsoft.com/en-us/library/AA930979.ASPX
 
tUInt32 ui32Size
 actual size of data + this header + windows bitmap header + palette
 
tUInt16 ui16Reserved1
 Reserved.
 
tUInt16 ui16Reserved2
 Reserved.
 
tUInt32 ui32DataOffset
 offset from header
 

Detailed Description

This structure defines the file header used to load and save a bitmap.

Definition at line 1095 of file image.h.