Beep
void Beep (void);
Purpose
Sounds the speaker.
Note
The Windows SDK also contains a
Beep
function. If you include
windows.h
and do not include
utility.h
, you will get compile errors if you call the
Beep
function.
Parameters
None.
Return Value
None.