home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / ioctlapi.zip / appsrc.zip / mixerapi.h < prev    next >
Text File  |  1999-11-16  |  400b  |  11 lines

  1. //-----------------------------------------------------------------------------
  2. // Freeware.  This file may be used freely to promote the ioctl90 mixer API.
  3. //-----------------------------------------------------------------------------
  4.  
  5. // mixerapi.h
  6.  
  7. ULONG mixerapiInit (NPFN npfnCallback);
  8. ULONG mixerapiIOCTL90 (USHORT usFunc, PVOID pv, ULONG ulSizeofPV);
  9. void  mixerapiDeInit (void);
  10.  
  11.