Source position: intuition.pas line 1384
type TScrollMsg = record
sm_Action: LongWord;
sm_NumItems: LongInt;
sm_NumPixels: LongInt;
sm_TopItem: LongInt;
sm_TopPixel: LongInt;
end;