home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: Multimed / Multimed.zip / lbmix04.zip / Source / mixerapi.h < prev    next >
C/C++ Source or Header  |  2000-03-09  |  426b  |  12 lines

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