ReactOS
0.4.15-dev-4923-g379188a
|
Go to the source code of this file.
Classes | |
struct | _PREFERENCES_FILL_DEVICES |
Macros | |
#define | GetDialogData(hwndDlg, type) ( P##type )GetWindowLongPtr((hwndDlg), DWLP_USER) |
#define | GetWindowData(hwnd, type) ( P##type )GetWindowLongPtr((hwnd), GWL_USERDATA) |
Typedefs | |
typedef struct _PREFERENCES_FILL_DEVICES | PREFERENCES_FILL_DEVICES |
typedef struct _PREFERENCES_FILL_DEVICES * | PPREFERENCES_FILL_DEVICES |
Variables | |
HINSTANCE | hAppInstance |
ATOM | MainWindowClass |
HWND | hMainWnd |
HANDLE | hAppHeap |
LPTSTR | lpAppTitle |
PREFERENCES_CONTEXT | Preferences |
Definition at line 37 of file sndvol32.c.
#define GetWindowData | ( | hwnd, | |
type | |||
) | ( P##type )GetWindowLongPtr((hwnd), GWL_USERDATA) |
Definition at line 39 of file sndvol32.c.
int WINAPI _tWinMain | ( | HINSTANCE | hInstance, |
HINSTANCE | hPrevInstance, | ||
LPTSTR | lpszCmdLine, | ||
int | nCmdShow | ||
) |
Definition at line 1447 of file sndvol32.c.
|
static |
Definition at line 1323 of file sndvol32.c.
Referenced by _tWinMain().
|
static |
Definition at line 597 of file sndvol32.c.
Referenced by RebuildMixerWindowControls().
|
static |
Definition at line 407 of file sndvol32.c.
Referenced by MainWindowProc().
|
static |
Definition at line 54 of file sndvol32.c.
Referenced by DlgPreferencesProc().
|
static |
Definition at line 1386 of file sndvol32.c.
Referenced by _tWinMain().
|
static |
Definition at line 876 of file sndvol32.c.
Referenced by RegisterApplicationClasses().
|
static |
Definition at line 755 of file sndvol32.c.
Referenced by MainWindowProc().
|
static |
Definition at line 166 of file sndvol32.c.
Referenced by UpdatePrefDlgControls().
|
static |
Definition at line 89 of file sndvol32.c.
Referenced by UpdatePrefDlgControls().
|
static |
Definition at line 616 of file sndvol32.c.
Referenced by MainWindowProc().
Definition at line 1292 of file sndvol32.c.
Referenced by _tWinMain().
|
static |
Definition at line 630 of file sndvol32.c.
Referenced by MainWindowProc().
|
static |
Definition at line 230 of file sndvol32.c.
Referenced by DlgPreferencesProc().
|
static |
Definition at line 345 of file sndvol32.c.
Referenced by DlgPreferencesProc().
HANDLE hAppHeap |
Definition at line 33 of file sndvol32.c.
Referenced by _tWinMain(), CreateApplicationWindow(), and MainWindowProc().
HINSTANCE hAppInstance |
Definition at line 30 of file sndvol32.c.
Referenced by _tWinMain(), CreateApplicationWindow(), MainWindowProc(), RegisterApplicationClasses(), and UnregisterApplicationClasses().
HWND hMainWnd |
Definition at line 32 of file sndvol32.c.
Referenced by _tWinMain().
LPTSTR lpAppTitle |
Definition at line 34 of file sndvol32.c.
Referenced by _tWinMain(), CreateApplicationWindow(), and MainWindowProc().
ATOM MainWindowClass |
Definition at line 31 of file sndvol32.c.
Referenced by RegisterApplicationClasses().
PREFERENCES_CONTEXT Preferences |
Definition at line 35 of file sndvol32.c.
Referenced by MainWindowProc(), MixerControlChangeCallback(), and SetVolumeCallback().