Plays a waveform sound. The waveform sound for each sound type is identified by an entry in theregistry.
Syntax
Introduction ScreenBeam Configurator (Win 10) is a fully featured utility for managing your ScreenBeam Receivers. This app gives you full control over your Receiver configuration and is designed. Run CleanWipe.exe as administrator, following all on-screen prompts. Restart the computer. Manual removal of folders/registry keys. Remove the Agent from the Computer. On the affected computer, navigate to the uninstall program menu for your version of Windows. Windows 7 and 8; Windows 10; Uninstall 'Symantec.cloud'. Restart the computer.
Parameters
uType
The sound to be played. The sounds are set by the user through the Sound control panel application, and thenstored in the registry.
This parameter can be one of the following values.
Value | Meaning |
---|---|
0xFFFFFFFF | A simple beep. If the sound card is not available, the sound is generated using the speaker. |
| See MB_ICONINFORMATION. |
| See MB_ICONWARNING. |
| The sound specified as the Windows Critical Stop sound. |
| See MB_ICONERROR. |
| The sound specified as the Windows Asterisk sound. |
| The sound specified as the Windows Question sound. |
| See MB_ICONERROR. |
| The sound specified as the Windows Exclamation sound. |
| The sound specified as the Windows Default Beep sound. |
Return value
If the function succeeds, the return value is nonzero.
If the function fails, the return value is zero. To get extended error information, callGetLastError.
Remarks
After queuing the sound, the MessageBeep functionreturns control to the calling function and plays the sound asynchronously.
If it cannot play the specified alert sound,MessageBeep attempts to play the system default sound. Ifit cannot play the system default sound, the function produces a standard beep sound through the computerspeaker.
The user can disable the warning beep by using the Sound control panel application.
Note To send a beep to a remote client, use the Beep function.The Beep function is redirected to the client, whereasMessageBeep is not.
Requirements
Minimum supported client | Windows XP [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Target Platform | Windows |
Header | winuser.h (include Windows.h) |
Library | User32.lib |
DLL | User32.dll |
API set | ext-ms-win-ntuser-misc-l1-1-0 (introduced in Windows 8) |
See also
File TypeScratch 2.0 Project File
Developer | MIT |
Popularity | |
Category | Developer Files |
Format | Zip |
What is an SB2 file?
An SB2 file is a program created with Scratch, an application development platform created at the Massachusetts Institute of Technology (MIT). It contains Scratch programming language code used for creating stories, small games, and animations. SB2 files replaced the original Scratch .SB files.
SB2 files are saved in the Scratch 2.0 file format. The SB2 file is simply a .ZIP archive that stores contents such as sprites, scripts, costumes, and sound files. You can extract the contents of an SB2 file with a Zip-compression utility, such as Microsoft File Explorer, Apple Archive Utility, 7-Zip, Corel WinZip, or RARLAB WinRAR.
To create an SB2 file:
- Open the 'Scratch Project Editor' on the MIT Scratch page.
- Create your animations and select File → Download to your computer in the browser window.
- Name your file, choose the save location, and click .
NOTE: A Scratch project may be compiled as a Java archive (.JAR file), which can be run in a web browser.