home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / Basic / MAXONB32.DMS / in.adf / Includes.lha / BH / commodities.bh < prev    next >
Encoding:
Text File  |  1994-03-16  |  1.3 KB  |  31 lines

  1. ' commodities BASIC header
  2.  
  3. '$include commodities.bc
  4. LIBRARY DECLARE "commodities.library"
  5. DECLARE FUNCTION CreateCxObj& LIBRARY 'InputXpressiontype&, arg1&, arg2&
  6. DECLARE FUNCTION CxBroker& LIBRARY 'nb&, error_&
  7. DECLARE FUNCTION ActivateCxObj& LIBRARY 'co&, true&
  8. DECLARE SUB DeleteCxObj LIBRARY 'co&
  9. DECLARE SUB DeleteCxObjAll LIBRARY 'co&
  10. DECLARE FUNCTION CxObjType& LIBRARY 'co&
  11. DECLARE FUNCTION CxObjError& LIBRARY 'co&
  12. DECLARE SUB ClearCxObjError LIBRARY 'co&
  13. DECLARE FUNCTION SetCxObjPri& LIBRARY 'co&, pri&
  14. DECLARE SUB AttachCxObj LIBRARY 'headObj&, co&
  15. DECLARE SUB EnqueueCxObj LIBRARY 'headObj&, co&
  16. DECLARE SUB InsertCxObj LIBRARY 'headObj&, co&, pred&
  17. DECLARE SUB RemoveCxObj LIBRARY 'co&
  18. DECLARE SUB SetTranslate LIBRARY 'translator&, events&
  19. DECLARE SUB SetFilter LIBRARY 'filter&, InputXpressiontext&
  20. DECLARE SUB SetFilterIX LIBRARY 'filter&, ix&
  21. DECLARE FUNCTION ParseIX& LIBRARY 'description&, ix&
  22. DECLARE FUNCTION CxMsgType& LIBRARY 'cxm&
  23. DECLARE FUNCTION CxMsgData& LIBRARY 'cxm&
  24. DECLARE FUNCTION CxMsgID& LIBRARY 'cxm&
  25. DECLARE SUB DivertCxMsg LIBRARY 'cxm&, headObj&, returnObj&
  26. DECLARE SUB RouteCxMsg LIBRARY 'cxm&, co&
  27. DECLARE SUB DisposeCxMsg LIBRARY 'cxm&
  28. DECLARE FUNCTION InvertKeyMap& LIBRARY 'ansiCode&, event&, km&
  29. DECLARE SUB AddIEvents LIBRARY 'events&
  30. DECLARE FUNCTION MatchIX& LIBRARY 'event&, ix&
  31.