Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 775 Bytes

MessageBeep.md

File metadata and controls

40 lines (27 loc) · 775 Bytes

Home

Function name : MessageBeep

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


Code examples:

Using MessageBeep

Declaration:

BOOL MessageBeep(
	UINT  uType 	// sound type
);  

FoxPro declaration:

DECLARE INTEGER MessageBeep IN user32 INTEGER wType  

Parameters:

uType Specifies the sound type


Return value:

If the function succeeds, the return value is TRUE