WinAPI:kernel32:Beep: Difference between revisions
From NSIS Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
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 | ||
Line 5: | Line 6: | ||
[[WinAPI:kernel32]] | [[WinAPI:kernel32]] | ||
[[Category:System Plugin Examples]] |
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.