WinAPI:kernel32:Beep: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
No edit summary
 
No edit summary
Line 5: Line 5:


[[WinAPI:kernel32]]
[[WinAPI:kernel32]]
[[Category:System Plugin Examples]]

Revision as of 14:05, 20 August 2007

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