Source position: jwawingdi.pas line 907
type tagBITMAP = record
bmType: LONG;
bmWidth: LONG;
bmHeight: LONG;
bmWidthBytes: LONG;
bmPlanes: Word;
bmBitsPixel: Word;
bmBits: LPVOID;
end;