Source position: lcltype.pp line 1184
type tagPAINTSTRUCT = record
hdc: HDC;
fErase: LongBool;
rcPaint: TRect;
fRestore: LongBool;
fIncUpdate: LongBool;
rgbReserved: array [0..31] of Byte;
end;