Unit 'MMIO' Package
[Overview][Constants][Types][Procedures and functions][Index] [#os2units]

BitMapInfoHeader2

Declaration

Source position: mmio.pas line 230

type BitMapInfoHeader2 = record

  cbFix: LongInt;

  cx: LongInt;

  cy: LongInt;

  cPlanes: Word;

  cBitCount: Word;

  ulCompression: LongInt;

  cbImage: LongInt;

  cxResolution: LongInt;

  cyResolution: LongInt;

  cclrUsed: LongInt;

  cclrImportant: LongInt;

  usUnits: Word;

  usReserved: Word;

  usRecording: Word;

  usRendering: Word;

  cSize1: LongInt;

  cSize2: LongInt;

  ulColorEncoding: LongInt;

  ulIdentifier: LongInt;

end;


Documentation generated on: 2025-07-25