Source position: agraphics.pas line 69
type TExtendedNode = record |
xln_Succ: PNode; |
xln_Pred: PNode; |
xln_Type: Byte; |
xln_Pri: ShortInt; |
xln_Name: PChar; |
xln_Subsystem: Byte; |
xln_Subtype: Byte; |
xln_Library: LongInt; |
xln_Init: Pointer; |
end; |