📄 adjustvolumeinterface.h
字号:
#ifndef __ADJUST_VOLUME_INTERFACE_H_
#define __ADJUST_VOLUME_INTERFACE_H_
#define DEFAULT_VOLUME_LEVELS 5
//dwNewVolume : the volume to be set
//return : the old volume
DWORD ChangeSoundVolume(DWORD dwNewVolume);
void AddVolume( int nLevel = DEFAULT_VOLUME_LEVELS );
void ReduceVolume( int nLevel = DEFAULT_VOLUME_LEVELS );
DWORD GetCurrentVolume();
#endif //end of __ADJUST_VOLUME_INTERFACE_H_
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -