MessageBeep
InstallShield 2024 » InstallScript Language Reference
The MessageBeep function plays the default system sound.
Tip:You can also give audio cues by calling PlayMMedia to play an audio file.
Syntax
MessageBeep ( nReserved );
Parameters
Parameter |
Description |
nReserved |
Pass zero in this parameter. No other value is allowed. |
Return Values
This function has no return values.
See Also