Notice
														
												
											
												
												
													Recent Posts
													
											
												
												
													Recent Comments
													
											
												
												
													Link
													
											
									| 일 | 월 | 화 | 수 | 목 | 금 | 토 | 
|---|---|---|---|---|---|---|
| 1 | ||||||
| 2 | 3 | 4 | 5 | 6 | 7 | 8 | 
| 9 | 10 | 11 | 12 | 13 | 14 | 15 | 
| 16 | 17 | 18 | 19 | 20 | 21 | 22 | 
| 23 | 24 | 25 | 26 | 27 | 28 | 29 | 
| 30 | 
													Tags
													
											
												
												- 한글
 - Eclipse
 - 이클립스
 - 메모리
 - MySQL
 - Memory
 - Objective C
 - encoding
 - 인코딩
 - permgen space
 - iphone
 - ios
 - C#
 - Tomcat
 - 톰켓
 - jsp
 - udp
 - java
 - Android
 - spring
 - jQuery
 - 티스토리 초대장
 - UIWebView
 - HTML
 - 티스토리 초대
 - JavaScript
 - XML
 - ipad
 - Database
 - WebView
 
													Archives
													
											
												
												- Today
 
- Total
 
목록waveOutSetVolume (1)
suroMind
			
			
				[C#] Sound Volume Control
				
	
	
               
           
					
					
					
					
					
					
						
					
				Visual Studio 2010에서 테스트하였습니다. using System; using System.Runtime.InteropServices; namespace WindowsFormsApplication2 { public class Win32 { #region 사운드 관련 [DllImport("winmm.dll")] public static extern int waveOutGetVolume(IntPtr hwo, out uint dwVolume); [DllImport("winmm.dll")] public static extern int waveOutSetVolume(IntPtr hwo, uint dwVolume); public static void SetSoundVolume(int volume) { ..
				IT분야/C#
				
				2012. 1. 6. 15:51