CAPL Script

MsgBeep

Note If the specified sound type (e.g. MB_ICONHAND) cannot be played, the standard beep (PC speaker) is used. The beep must be activated on the Windows control panel to do this!

Syntax

void msgBeep (long soundType)

Function

ThemsgBeepfunction plays back a sound predefined by the Windows system. It replaces the previousbeepfunction.

Parameters

soundType Integer for the predefined sound. Specifically these are:

Return Values

void sound() {// Standard signal questionmsgBeep (3);}

write | writeToLog