Group: Error Handling - Library: user32
Plays a waveform sound. The waveform sound for each sound type is identified by an entry in the [sounds] section of the registry
BOOL MessageBeep(
UINT uType // sound type
);
DECLARE INTEGER MessageBeep IN user32 INTEGER wType
uType Specifies the sound type
If the function succeeds, the return value is TRUE