Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FiveWin 1.9.2 - January 97 - messagebeep() plays a system alert level waveform sound or a tone http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 MessageBeep()          Plays a system alert level waveform sound or a tone
--------------------------------------------------------------------------------

   Syntax:              MessageBeep( <nBeepType> )  --> nil


   Parameters:

   <nBeepType>          The type of sound to produce:

                        -1               Produces a standard beep sound by
                                         using the computer speaker.
                        MB_ICONASTERISK  Plays the sound identified by the
                                         SystemAsterisk entry in the [sounds]
                                         section of WIN.INI.
                        MB_ICONEXCLAMATION  Plays the sound identified by the
                                         SystemExclamation entry in the
                                         [sounds] section of WIN.INI.
                        MB_ICONHAND      Plays the sound identified by the
                                         SystemHand entry in the [sounds]
                                         section of WIN.INI.
                        MB_ICONQUESTION  Plays the sound identified by the
                                         SystemQuestion entry in the [sounds]
                                         section of WIN.INI.
                        MB_OK            Plays the sound identified by the
                                         SystemDefault entry in the [sounds]
                                         section of WIN.INI.

   Returns:             nil

   Source code:         SOURCE\\WINAPI\\MsgBeep.c

   See also:            MsgBeep()


Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson