WinAPI:kernel32:Beep
From NSIS Wiki
Jump to navigationJump to search
Author: sag47 (talk, contrib) |
Function Beep
Reference: http://msdn2.microsoft.com/en-us/library/ms679277.aspx
System::Call 'kernel32::Beep(i 800,i 100) l'
In the code above 800 is the frequency (Hz or Hertz) of the beep and 100 is the duration (ms or milliseconds) of the beep.