ReactOS 0.4.16-dev-117-g38f21f9
|
#include "mmsys.h"
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 | InitAudioDlg (HWND hwnd, PGLOBAL_DATA pGlobalData) |
VOID | UpdateRegistryString (HWND hwnd, INT ctrl, LPCWSTR key, LPCWSTR value) |
VOID | SaveAudioDlg (HWND hwnd, PGLOBAL_DATA pGlobalData) |
static UINT | GetDevNum (HWND hControl, DWORD Id) |
INT_PTR CALLBACK | AudioDlgProc (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) |
typedef struct _GLOBAL_DATA GLOBAL_DATA |
typedef struct _GLOBAL_DATA * PGLOBAL_DATA |
Definition at line 241 of file audio.c.
Referenced by MmSysApplet(), ShowAudioPropertySheet(), and ShowFullControlPanel().
Definition at line 219 of file audio.c.
Referenced by AudioDlgProc().
VOID InitAudioDlg | ( | HWND | hwnd, |
PGLOBAL_DATA | pGlobalData | ||
) |
Definition at line 26 of file audio.c.
Referenced by AudioDlgProc().
VOID SaveAudioDlg | ( | HWND | hwnd, |
PGLOBAL_DATA | pGlobalData | ||
) |
Definition at line 191 of file audio.c.
Referenced by AudioDlgProc().
Definition at line 165 of file audio.c.
Referenced by SaveAudioDlg().