ReactOS 0.4.16-dev-197-g92996da
|
Go to the source code of this file.
Classes | |
struct | _GLOBAL_DATA |
Typedefs | |
typedef struct _GLOBAL_DATA | GLOBAL_DATA |
typedef struct _GLOBAL_DATA * | PGLOBAL_DATA |
Functions | |
VOID | GetMuteControl (PGLOBAL_DATA pGlobalData) |
VOID | GetMuteState (PGLOBAL_DATA pGlobalData) |
VOID | SwitchMuteState (PGLOBAL_DATA pGlobalData) |
VOID | GetVolumeControl (PGLOBAL_DATA pGlobalData) |
VOID | GetVolumeValue (PGLOBAL_DATA pGlobalData, BOOL bInit) |
VOID | SetVolumeValue (PGLOBAL_DATA pGlobalData, DWORD dwPosition) |
static VOID | RestoreVolumeValue (PGLOBAL_DATA pGlobalData) |
static VOID | SetSystrayVolumeIconState (BOOL bEnabled) |
static BOOL | GetSystrayVolumeIconState (VOID) |
VOID | InitVolumeControls (HWND hwndDlg, PGLOBAL_DATA pGlobalData) |
VOID | SaveData (HWND hwndDlg) |
VOID | LaunchSoundControl (HWND hwndDlg) |
INT_PTR CALLBACK | VolumeDlgProc (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) |
typedef struct _GLOBAL_DATA GLOBAL_DATA |
typedef struct _GLOBAL_DATA * PGLOBAL_DATA |
VOID GetMuteControl | ( | PGLOBAL_DATA | pGlobalData | ) |
Definition at line 41 of file volume.c.
Referenced by InitVolumeControls().
VOID GetMuteState | ( | PGLOBAL_DATA | pGlobalData | ) |
Definition at line 73 of file volume.c.
Referenced by InitVolumeControls(), and VolumeDlgProc().
Definition at line 288 of file volume.c.
Referenced by InitVolumeControls().
VOID GetVolumeControl | ( | PGLOBAL_DATA | pGlobalData | ) |
Definition at line 119 of file volume.c.
Referenced by InitVolumeControls().
VOID GetVolumeValue | ( | PGLOBAL_DATA | pGlobalData, |
BOOL | bInit | ||
) |
Definition at line 172 of file volume.c.
Referenced by InitVolumeControls(), and VolumeDlgProc().
VOID InitVolumeControls | ( | HWND | hwndDlg, |
PGLOBAL_DATA | pGlobalData | ||
) |
Definition at line 302 of file volume.c.
Referenced by VolumeDlgProc().
Definition at line 378 of file volume.c.
Referenced by VolumeDlgProc().
|
static |
Definition at line 252 of file volume.c.
Referenced by VolumeDlgProc().
Definition at line 368 of file volume.c.
Referenced by DECLARE_INTERFACE_(), and VolumeDlgProc().
Definition at line 275 of file volume.c.
Referenced by SaveData().
VOID SetVolumeValue | ( | PGLOBAL_DATA | pGlobalData, |
DWORD | dwPosition | ||
) |
Definition at line 208 of file volume.c.
Referenced by VolumeDlgProc().
VOID SwitchMuteState | ( | PGLOBAL_DATA | pGlobalData | ) |
Definition at line 97 of file volume.c.
Referenced by VolumeDlgProc().
Definition at line 388 of file volume.c.
Referenced by MmSysApplet(), and ShowFullControlPanel().