|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Functions | |
| static HRESULT __stdcall | Volume_FindMixerControl (CSysTray *pSysTray) |
| HRESULT | Volume_IsMute () |
| HRESULT STDMETHODCALLTYPE | Volume_Init (_In_ CSysTray *pSysTray) |
| HRESULT STDMETHODCALLTYPE | Volume_Update (_In_ CSysTray *pSysTray) |
| HRESULT STDMETHODCALLTYPE | Volume_Shutdown (_In_ CSysTray *pSysTray) |
| HRESULT | Volume_OnDeviceChange (_In_ CSysTray *pSysTray, WPARAM wParam, LPARAM lParam) |
| static void | _RunVolume (BOOL bTray) |
| static void | _RunMMCpl () |
| static void | _ShowContextMenu (CSysTray *pSysTray) |
| HRESULT STDMETHODCALLTYPE | Volume_Message (_In_ CSysTray *pSysTray, UINT uMsg, WPARAM wParam, LPARAM lParam, LRESULT &lResult) |
Variables | |
| HICON | g_hIconVolume |
| HICON | g_hIconMute |
| HMIXER | g_hMixer |
| UINT | g_mixerId |
| DWORD | g_mixerLineID |
| DWORD | g_muteControlID |
| UINT | g_mmDeviceChange |
| static BOOL | g_IsMute = FALSE |
|
static |
Definition at line 211 of file volume.cpp.
Referenced by _ShowContextMenu(), and Volume_Message().
Definition at line 226 of file volume.cpp.
Referenced by Volume_Message().
Definition at line 25 of file volume.cpp.
Referenced by Volume_Init(), and Volume_OnDeviceChange().
| HRESULT STDMETHODCALLTYPE Volume_Init | ( | _In_ CSysTray * | pSysTray | ) |
Definition at line 136 of file volume.cpp.
Referenced by Volume_Message().
| HRESULT Volume_IsMute | ( | ) |
Definition at line 112 of file volume.cpp.
Referenced by Volume_Init(), and Volume_Update().
| HRESULT STDMETHODCALLTYPE Volume_Message | ( | _In_ CSysTray * | pSysTray, |
| UINT | uMsg, | ||
| WPARAM | wParam, | ||
| LPARAM | lParam, | ||
| LRESULT & | lResult | ||
| ) |
Definition at line 260 of file volume.cpp.
Definition at line 206 of file volume.cpp.
Referenced by Volume_Message().
| HRESULT STDMETHODCALLTYPE Volume_Shutdown | ( | _In_ CSysTray * | pSysTray | ) |
| HRESULT STDMETHODCALLTYPE Volume_Update | ( | _In_ CSysTray * | pSysTray | ) |
Definition at line 167 of file volume.cpp.
Referenced by Volume_Message().
| HICON g_hIconMute |
Definition at line 14 of file volume.cpp.
Referenced by Volume_Init(), and Volume_Update().
| HICON g_hIconVolume |
Definition at line 13 of file volume.cpp.
Referenced by Volume_Init(), and Volume_Update().
| HMIXER g_hMixer |
Definition at line 16 of file volume.cpp.
Referenced by Volume_Init().
Definition at line 23 of file volume.cpp.
Referenced by Volume_Init(), Volume_IsMute(), and Volume_Update().
| UINT g_mixerId |
Definition at line 17 of file volume.cpp.
Referenced by Volume_FindMixerControl(), and Volume_IsMute().
| DWORD g_mixerLineID |
Definition at line 18 of file volume.cpp.
Referenced by Volume_FindMixerControl().
| UINT g_mmDeviceChange |
Definition at line 21 of file volume.cpp.
Referenced by Volume_Init(), and Volume_Message().
| DWORD g_muteControlID |
Definition at line 19 of file volume.cpp.
Referenced by Volume_FindMixerControl(), and Volume_IsMute().