实现了一个lib,Wince标准的方式调节系统音量

源代码在线查看: adjustvolume.def

软件大小: 22 K
上传用户: guozhongjiesg02
关键词: Wince lib 标准 方式
下载地址: 免注册下载 普通下载 VIP

相关代码

				; AdjustVolume.def : Declares the module parameters for the DLL.
				
				LIBRARY      "ADJUSTVOLUME"
				;DESCRIPTION  'ADJUSTVOLUME Windows CE Dynamic Link Library'
				
				EXPORTS
				    ; Explicit exports can go here
					ChangeSoundVolume
					AddVolume
					ReduceVolume
					GetCurrentVolume			

相关资源