home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / ddkx86v2.zip / DDKX86 / DBCSDD / INC / BEEP.INC < prev    next >
Text File  |  1995-04-14  |  1KB  |  36 lines

  1. ;*DDK*************************************************************************/
  2. ;
  3. ; COPYRIGHT (C) Microsoft Corporation, 1989
  4. ; COPYRIGHT    Copyright (C) 1995 IBM Corporation
  5. ;
  6. ;    The following IBM OS/2 WARP source code is provided to you solely for
  7. ;    the purpose of assisting you in your development of OS/2 WARP device
  8. ;    drivers. You may use this code in accordance with the IBM License
  9. ;    Agreement provided in the IBM Device Driver Source Kit for OS/2. This
  10. ;    Copyright statement may not be removed.;
  11. ;*****************************************************************************/
  12. ;***    beep.h
  13. ;*
  14. ;*      SCCSID = @(#)beep.h     6.2 91/02/18
  15. ;*
  16. ;*      Timer Beep Service Public Constants and Prototypes
  17. ;*
  18. ;*      MODIFICATION HISTORY
  19. ;*      01/03/89 MTS    Created.
  20. ;  
  21. ;***************************************************************************  
  22. ;                                                                             
  23. ;                                                                             
  24. ;                                                                             
  25. ;***************************************************************************  
  26. ;       Beep Services
  27. BEEP_OFF    EQU    0 
  28. BEEP_TIMED    EQU    1 
  29. ;       Beep Public Constants
  30. DOSBEEP_FREQLO    EQU    0025H   ; DosBeep low freq. limit (37 Hz)
  31. DOSBEEP_FREQHI    EQU    7fffH   ; DosBeep high freq. limit (32767 Hz)
  32. ; c-begin
  33. ;***    exported functions
  34. ;  
  35. ; c-end
  36.