Source position: commodities.pas line 30
type TNewBroker = record |
nb_Version: ShortInt; |
nb_Name: PChar; |
nb_Title: PChar; |
nb_Descr: PChar; |
nb_Unique: SmallInt; |
nb_Flags: SmallInt; |
nb_Pri: ShortInt; |
nb_Port: PMsgPort; |
nb_ReservedChannel: SmallInt; |
end; |