WinAPI:kernel32:Beep: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
No edit summary
No edit summary
 
Line 1: Line 1:
{{PageAuthor|sag47}}
== Function Beep ==
== Function Beep ==
Reference: http://msdn2.microsoft.com/en-us/library/ms679277.aspx
Reference: http://msdn2.microsoft.com/en-us/library/ms679277.aspx

Latest revision as of 20:50, 20 August 2007

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.

WinAPI:kernel32