Source position: intuition.pas line 3696
type TSysIPlugin = record |
Node: TNode; |
Version: LongWord; |
Type_: LongWord; |
Attrs: LongWord; |
Flags: LongWord; |
AttrList: PTagItem; |
Reserved: array [0..3] of LongWord; |
RenderHook: PHook; |
VIArray: PVectorInfo; |
Reserved1: Word; |
GeometryHook: PHook; |
SubStyles: PSubStyle; |
Reserved2: array [0..3] of LongWord; |
end; |