home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / mmoshead.zip / mciapi.imp < prev    next >
Text File  |  1994-02-15  |  768b  |  27 lines

  1. ;---------------------------------------------------------
  2. ; mciapi.imp -- import list file to interface mciapi.dll
  3. ;
  4. ; using emx 0.8h
  5. ; data gathered with exemap
  6. ;
  7. ;
  8. ; Marc E.E. van Woerkom, 2/94
  9. ;
  10.  
  11. mciRxSendString       mciapi   2  ?
  12. mciRxGetErrorString   mciapi   3  ?
  13. mciRxGetDeviceID      mciapi   4  ?
  14. mciRxInit             mciapi   5  ?
  15. mciRxExit             mciapi   6  ?
  16. mciPlayFile           mciapi  10  ?
  17. mciPlayResource       mciapi  11  ?
  18. mciRecordAudioFile    mciapi  12  ?
  19. mmioRemoveElement     mciapi  16  ?
  20. mmioFindElement       mciapi  18  ?
  21. MCI32PLAYFILE         mciapi  20  ?
  22. MCI32PLAYRESOURCE     mciapi  21  ?
  23. MCI32RECORDAUDIOFILE  mciapi  22  ?
  24. MMIO32REMOVEELEMENT   mciapi  23  ?
  25. MMIO32FINDELEMENT     mciapi  24  ?
  26.  
  27.