DLLMessageBeep()

DLLMessageBeep()
  • SYNOPSIS:
    succ = DLLMessageBeep([iFlags])
  • DESCRIPTION:
    Beeps the system with the given beep flag. The sound that is played is dependant on the user's sound settings.
  • PARAMETERS:
    iFlags (optional)

    Flag which specifies which message beep to sound. Defaults to $FFFFFFFF. The following are valid flags:

    $FFFFFFFF - Default
    MB_ICONASTERISK - SystemAsterisk
    MB_ICONEXCLAMATION - SystemExclamation
    MB_ICONHAND - SystemHand
    MB_ICONQUESTION - SystemQuestion
    MB_OK - SystemDefault

  • RETURNS:
    True of False depending on whether or not the sound could be played.
  • EXAMPLE:
    succ = DLLMessageBeep(MB_ICONHAND)
  • BUGS:
    None Known.

Return To Index
Problems with this command or bugs? EMail me at: mailto:loki.sd@blueyonder.co.uk

Section Last Updated: Saturday, February 2, 2002 2:09 PM GMT

All materials used in this help, related sources and binaries are (C)opyright Rob Hutchinson, Joseph Cox and Tarropithium Software 2002. All rights reserved. All software is provided without warranty unless otherwise stated.
Tarropithium Software or the authors will not be held liable for any damage or data loss that may occur during the application of this software. Use it at your own risk!