ReactOS 0.4.15-dev-8632-gbc8c7d1
|
#include <stdarg.h>
#include <windef.h>
#include <winbase.h>
#include <winreg.h>
#include <wingdi.h>
#include <winuser.h>
#include <mmsystem.h>
#include <cpl.h>
#include <setupapi.h>
#include <stdlib.h>
#include <strsafe.h>
#include "resource.h"
Go to the source code of this file.
Classes | |
struct | _APPLET |
Macros | |
#define | WIN32_NO_STATUS |
#define | _INC_WINDOWS |
#define | COM_NO_WINDOWS_H |
#define | CONST_STR_LEN(str) (_countof(str) - 1) |
#define | DRVM_MAPPER 0x2000 |
#define | DRVM_MAPPER_PREFERRED_GET (DRVM_MAPPER + 21) |
#define | DRVM_MAPPER_PREFERRED_SET (DRVM_MAPPER + 22) |
#define | VOLUME_MIN 0 |
#define | VOLUME_MAX 500 |
#define | VOLUME_TICFREQ 50 |
#define | VOLUME_PAGESIZE 100 |
Typedefs | |
typedef struct _APPLET | APPLET |
typedef struct _APPLET * | PAPPLET |
Functions | |
VOID | InitPropSheetPage (PROPSHEETPAGEW *psp, WORD idDlg, DLGPROC DlgProc) |
LONG APIENTRY | MmSysApplet (HWND hwnd, UINT uMsg, LPARAM wParam, LPARAM lParam) |
INT_PTR CALLBACK | SoundsDlgProc (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) |
INT_PTR CALLBACK | VolumeDlgProc (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) |
INT_PTR CALLBACK | VoiceDlgProc (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) |
INT_PTR CALLBACK | AudioDlgProc (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) |
INT_PTR | SpeakerVolume (HWND hwndDlg) |
Variables | |
HINSTANCE | hApplet |
#define DRVM_MAPPER_PREFERRED_GET (DRVM_MAPPER + 21) |
#define DRVM_MAPPER_PREFERRED_SET (DRVM_MAPPER + 22) |
Definition at line 241 of file audio.c.
Referenced by MmSysApplet(), ShowAudioPropertySheet(), and ShowFullControlPanel().
VOID InitPropSheetPage | ( | PROPSHEETPAGEW * | psp, |
WORD | idDlg, | ||
DLGPROC | DlgProc | ||
) |
Definition at line 728 of file mmsys.c.
Referenced by MmSysApplet(), ShowAudioPropertySheet(), and ShowFullControlPanel().
Definition at line 690 of file mmsys.c.
Should store in current member
Definition at line 1243 of file sounds.c.
Referenced by MmSysApplet(), and ShowFullControlPanel().
Definition at line 304 of file speakervolume.c.
Referenced by VolumeDlgProc().
Definition at line 15 of file voice.c.
Referenced by MmSysApplet(), and ShowFullControlPanel().
Definition at line 388 of file volume.c.
Referenced by MmSysApplet(), and ShowFullControlPanel().