home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 18 REXX / 18-REXX.zip / rxasyn20.zip / RXASYNC.DEF < prev    next >
Text File  |  1994-12-26  |  3KB  |  55 lines

  1. LIBRARY RXASYNC INITINSTANCE LONGNAMES
  2. PROTMODE
  3. DESCRIPTION 'RXASYNC Utilities - (C) Copyright Crucial Applications 1994'
  4. DATA MULTIPLE NONSHARED
  5. STACKSIZE 32768
  6. EXPORTS
  7.      RXASYNCDROPFUNCS       = RxAsyncDropFuncs       @1
  8.      RXASYNCLOADFUNCS       = RxAsyncLoadFuncs       @2
  9.      RXASYNCPRIORITY        = RxAsyncPriority        @3
  10.      RXASYNCSLEEP           = RxAsyncSleep           @4
  11.      RXASYNCGETDCBINFO      = RxAsyncGetDcbInfo      @5
  12.      RXASYNCSETDCBINFO      = RxAsyncSetDcbInfo      @6
  13.      RXASYNCGETENHPARM      = RxAsyncGetEnhParm      @7
  14.      RXASYNCSETENHPARM      = RxAsyncSetEnhParm      @8
  15.      RXASYNCGETLNCTRL       = RxAsyncGetLnCtrl       @9
  16.      RXASYNCSETLNCTRL       = RxAsyncSetLnCtrl       @10
  17.      RXASYNCSETBREAKOFF     = RxAsyncSetBreakOff     @11
  18.      RXASYNCSETBREAKON      = RxAsyncSetBreakOn      @12
  19.      RXASYNCTXIMMEDIATE     = RxAsyncTxImmediate     @13
  20.      RXASYNCTXSTOP          = RxAsyncTxStop          @14
  21.      RXASYNCTXSTART         = RxAsyncTxStart         @15
  22.      RXASYNCGETCOMSTATUS    = RxAsyncGetComStatus    @16
  23.      RXASYNCGETTXSTATUS     = RxAsyncGetTxStatus     @17
  24.      RXASYNCGETMDMOUTPUT    = RxAsyncGetMdmOutput    @18
  25.      RXASYNCSETMDMOUTPUT    = RxAsyncSetMdmOutput    @19
  26.      RXASYNCGETMDMINPUT     = RxAsyncGetMdmInput     @20
  27.      RXASYNCGETRXCOUNT      = RxAsyncGetRxCount      @21
  28.      RXASYNCGETTXCOUNT      = RxAsyncGetTxCount      @22
  29.      RXASYNCGETCOMERROR     = RxAsyncGetComError     @23
  30.      RXASYNCGETCOMEVENT     = RxAsyncGetComEvent     @24
  31.      RXASYNCOPEN            = RxAsyncOpen            @25
  32.      RXASYNCCLOSE           = RxAsyncClose           @26
  33.      RXASYNCWAIT            = RxAsyncWait            @27
  34.      RXASYNCREAD            = RxAsyncRead            @28
  35.      RXASYNCWRITE           = RxAsyncWrite           @29
  36.      RXASYNCPRINT           = RxAsyncPrint           @30
  37.      RXASYNCCARRIER         = RxAsyncCarrier         @31
  38.      RXASYNCBREAK           = RxAsyncBreak           @32
  39.      RXASYNCDCBINFO         = RxAsyncDcbInfo         @33
  40.      RXASYNCFILEEXISTS      = RxAsyncFileExists      @34
  41.      RXASYNCFILEDELETE      = RxAsyncFileDelete      @35
  42.      RXASYNCFILECOPY        = RxAsyncFileCopy        @36
  43.      RXASYNCFILEMOVE        = RxAsyncFileMove        @37
  44.      RXASYNCFILERENAME      = RxAsyncFileRename      @38
  45.      RXASYNCFILENAMEIS      = RxAsyncFileNameIs      @39
  46.      RXASYNCFILEPATHIS      = RxAsyncFilePathIs      @40
  47.      RXASYNCDIRECTORY       = RxAsyncDirectory       @41
  48.      RXASYNCMSGBOX          = RxAsyncMsgBox          @42
  49.      RXASYNCWATCH           = RxAsyncWatch           @43
  50.      RXASYNCFLUSHINPUT      = RxAsyncFlushInput      @44
  51.      RXASYNCFLUSHOUTPUT     = RxAsyncFlushOutput     @45
  52.      RXASYNCACTIVE          = RxAsyncActive          @46
  53.      RXASYNCRAISE           = RxAsyncRaise           @47
  54.      RXASYNCLOWER           = RxAsyncLower           @48
  55.