ReactOS 0.4.15-dev-7788-g1ad9096
sndvol32.h
Go to the documentation of this file.
1#ifndef __SNDVOL32_H
2#define __SNDVOL32_H
3
4#include <stdarg.h>
5
6#include <windef.h>
7#include <winbase.h>
8#include <wingdi.h>
9#include <winuser.h>
10#include <mmsystem.h>
11#include <commctrl.h>
12#include <tchar.h>
13#include <strsafe.h>
14#include <assert.h>
15
16#include "resources.h"
17
18#define VOLUME_MIN 0
19#define VOLUME_MAX 500
20#define VOLUME_TICKS 5
21#define VOLUME_PAGE_SIZE 100
22#define BALANCE_LEFT 0
23#define BALANCE_CENTER 32
24#define BALANCE_RIGHT 64
25#define BALANCE_STEPS 64
26#define BALANCE_TICKS 1
27#define BALANCE_PAGE_SIZE 12
28
29#define PLAY_MIXER 0
30#define RECORD_MIXER 1
31
32#define ADVANCED_BUTTON_HEIGHT 16
33
34typedef enum _WINDOW_MODE
35{
40
41typedef struct _MIXER_WINDOW
42{
50
61
64extern HWND hMainWnd;
65extern HANDLE hAppHeap;
66
67#define SZ_APP_CLASS TEXT("Volume Control")
68#define _countof(array) (sizeof(array) / sizeof(array[0]))
69
71#define DPRINT DbgPrint("SNDVOL32: %s:%i: ", __FILE__, __LINE__); DbgPrint
72
73
74/*
75 * MIXER
76 */
77
79{
85
86
88{
95
96typedef struct _SND_MIXER
97{
101 HMIXER hmx;
105
107{
111
118
121
123{
129
130typedef struct _ADVANCED_CONTEXT
131{
137
138
139/* NOTE: do NOT modify SNDVOL_REG_LINESTATE for binary compatibility with XP! */
141{
145
146
150
151PSND_MIXER SndMixerCreate(HWND hWndNotification, UINT MixerId);
154BOOL SndMixerSelect(PSND_MIXER Mixer, UINT MixerId);
156INT SndMixerSetVolumeControlDetails(PSND_MIXER Mixer, DWORD dwControlID, DWORD cChannels, DWORD cbDetails, LPVOID paDetails);
157INT SndMixerGetVolumeControlDetails(PSND_MIXER Mixer, DWORD dwControlID, DWORD cChannels, DWORD cbDetails, LPVOID paDetails);
165BOOL SndMixerQueryControls(PSND_MIXER Mixer, PUINT DisplayControls, LPMIXERLINE LineInfo, LPMIXERCONTROL *Controls);
167
168/* advanced.c */
169
173 HWND hwndDlg,
174 UINT uMsg,
176 LPARAM lParam);
177
178
179/*
180 * dialog.c
181 */
185
186/*
187 * MISC
188 */
189
190extern HKEY hAppSettingsKey;
191
192BOOL
194
195VOID
197
198BOOL
200
201BOOL
203 IN PPREFERENCES_CONTEXT PrefContext);
204
205INT
208 IN UINT uID);
209
210DWORD
212 IN UINT uID,
213 OUT LPWSTR *lpTarget,
214 ...);
215
216BOOL
218 IN LPTSTR szLineName,
219 IN LPTSTR szControlName,
220 OUT DWORD *Flags);
221
222BOOL
224 IN LPTSTR szLineName,
225 IN PSNDVOL_REG_LINESTATE LineState,
226 IN DWORD cbSize);
227
228DWORD
230
231/* tray.c */
232
236 HWND hwndDlg,
237 UINT uMsg,
239 LPARAM lParam);
240
241#endif /* __SNDVOL32_H */
DWORD Id
static BOOL CALLBACK EnumProc(_In_ HWND hWnd, _In_ LPARAM lParam)
Definition: SetParent.c:53
HWND hWnd
Definition: settings.c:17
HINSTANCE hInstance
Definition: charmap.c:19
WPARAM wParam
Definition: combotst.c:138
LPARAM lParam
Definition: combotst.c:139
static TAGREF LPCWSTR LPDWORD LPVOID lpBuffer
Definition: db.cpp:175
WORD ATOM
Definition: dimm.idl:113
static const WCHAR szDeviceName[]
Definition: provider.c:56
#define CALLBACK
Definition: compat.h:35
HINSTANCE hInst
Definition: dxdiag.c:13
unsigned int BOOL
Definition: ntddk_ex.h:94
unsigned long DWORD
Definition: ntddk_ex.h:95
_In_ ULONGLONG _In_ PUNICODE_STRING _In_ PUNICODE_STRING LongName
Definition: fsrtlfuncs.h:338
#define DbgPrint
Definition: hal.h:12
#define MIXER_LONG_NAME_CHARS
Definition: mmsystem.h:294
static DWORD *static HFONT(WINAPI *pCreateFontIndirectExA)(const ENUMLOGFONTEXDVA *)
unsigned int * PUINT
Definition: ndis.h:50
unsigned int UINT
Definition: ndis.h:50
#define BOOL
Definition: nt_native.h:43
CHAR * PCH
Definition: ntbasedef.h:391
long LONG
Definition: pedump.c:60
struct _SND_MIXER_DESTINATION SND_MIXER_DESTINATION
INT SndMixerGetDestinationCount(PSND_MIXER Mixer)
Definition: mixer.c:520
struct _PREFERENCES_CONTEXT PREFERENCES_CONTEXT
enum _WINDOW_MODE WINDOW_MODE
struct _SND_MIXER SND_MIXER
struct _SND_MIXER_CONNECTION SND_MIXER_CONNECTION
BOOL SndMixerEnumLines(PSND_MIXER Mixer, PFNSNDMIXENUMLINES EnumProc, PVOID Context)
Definition: mixer.c:526
BOOL SndMixerSelect(PSND_MIXER Mixer, UINT MixerId)
Definition: mixer.c:304
VOID SndMixerDestroy(PSND_MIXER Mixer)
Definition: mixer.c:91
LPMIXERLINE SndMixerGetLineByName(PSND_MIXER Mixer, DWORD LineID, LPWSTR LineName)
Definition: mixer.c:615
BOOL SndMixerQueryControls(PSND_MIXER Mixer, PUINT DisplayControls, LPMIXERLINE LineInfo, LPMIXERCONTROL *Controls)
Definition: mixer.c:112
VOID UpdateDialogLineSliderControl(PPREFERENCES_CONTEXT PrefContext, LPMIXERLINE Line, DWORD DialogID, DWORD Position)
Definition: dialog.c:815
VOID UpdateDialogLineSwitchControl(PPREFERENCES_CONTEXT PrefContext, LPMIXERLINE Line, LONG fValue)
Definition: dialog.c:769
struct _SND_MIXER_DESTINATION * PSND_MIXER_DESTINATION
PSND_MIXER SndMixerCreate(HWND hWndNotification, UINT MixerId)
Definition: mixer.c:69
HWND hMainWnd
Definition: magnifier.c:32
BOOL(CALLBACK * PFNSNDMIXENUMPRODUCTS)(PSND_MIXER Mixer, UINT Id, LPCTSTR ProductName, PVOID Context)
Definition: sndvol32.h:149
BOOL InitAppConfig(VOID)
Definition: misc.c:138
BOOL(CALLBACK * PFNSNDMIXENUMLINES)(PSND_MIXER Mixer, LPMIXERLINE Line, UINT DisplayControls, PVOID Context)
Definition: sndvol32.h:147
VOID CloseAppConfig(VOID)
Definition: misc.c:152
INT AllocAndLoadString(OUT LPWSTR *lpTarget, IN HINSTANCE hInst, IN UINT uID)
Definition: misc.c:50
DWORD GetStyleValue(VOID)
Definition: misc.c:388
VOID LoadDialogCtrls(PPREFERENCES_CONTEXT PrefContext)
Definition: dialog.c:676
struct _SET_VOLUME_CONTEXT * PSET_VOLUME_CONTEXT
struct _ADVANCED_CONTEXT * PADVANCED_CONTEXT
UINT SndMixerGetSelection(PSND_MIXER Mixer)
Definition: mixer.c:361
ATOM MainWindowClass
Definition: sndvol32.c:31
BOOL(CALLBACK * PFNSNDMIXENUMCONNECTIONS)(PSND_MIXER Mixer, DWORD LineID, LPMIXERLINE Line, PVOID Context)
Definition: sndvol32.h:148
HANDLE hAppHeap
Definition: mmc.c:24
enum _WINDOW_MODE * PWINDOW_MODE
DWORD LoadAndFormatString(IN HINSTANCE hInstance, IN UINT uID, OUT LPWSTR *lpTarget,...)
Definition: misc.c:76
HINSTANCE hAppInstance
Definition: mmc.c:23
BOOL SndMixerIsDisplayControl(PSND_MIXER Mixer, LPMIXERCONTROL Control)
Definition: mixer.c:598
BOOL SaveXYCoordWnd(IN HWND hWnd, IN PPREFERENCES_CONTEXT PrefContext)
Definition: misc.c:218
VOID SndMixerClose(PSND_MIXER Mixer)
Definition: mixer.c:101
INT_PTR CALLBACK AdvancedDlgProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam)
Definition: advanced.c:225
struct _SND_MIXER_CONNECTION * PSND_MIXER_CONNECTION
INT SndMixerGetProductName(PSND_MIXER Mixer, LPTSTR lpBuffer, UINT uSize)
Definition: mixer.c:367
struct _MIXER_WINDOW MIXER_WINDOW
INT SndMixerGetLineName(PSND_MIXER Mixer, DWORD LineID, LPTSTR lpBuffer, UINT uSize, BOOL LongName)
Definition: mixer.c:390
struct _MIXER_WINDOW * PMIXER_WINDOW
struct _SET_VOLUME_CONTEXT SET_VOLUME_CONTEXT
BOOL SndMixerEnumProducts(PSND_MIXER Mixer, PFNSNDMIXENUMPRODUCTS EnumProc, PVOID Context)
Definition: mixer.c:431
struct _SNDVOL_REG_LINESTATE * PSNDVOL_REG_LINESTATE
struct _PREFERENCES_CONTEXT * PPREFERENCES_CONTEXT
BOOL WriteLineConfig(IN LPTSTR szDeviceName, IN LPTSTR szLineName, IN PSNDVOL_REG_LINESTATE LineState, IN DWORD cbSize)
Definition: misc.c:272
_WINDOW_MODE
Definition: sndvol32.h:35
@ SMALL_MODE
Definition: sndvol32.h:37
@ NORMAL_MODE
Definition: sndvol32.h:36
@ TRAY_MODE
Definition: sndvol32.h:38
INT SndMixerGetVolumeControlDetails(PSND_MIXER Mixer, DWORD dwControlID, DWORD cChannels, DWORD cbDetails, LPVOID paDetails)
Definition: mixer.c:498
BOOL SndMixerEnumConnections(PSND_MIXER Mixer, DWORD LineID, PFNSNDMIXENUMCONNECTIONS EnumProc, PVOID Context)
Definition: mixer.c:552
BOOL LoadXYCoordWnd(IN PPREFERENCES_CONTEXT PrefContext)
Definition: misc.c:162
INT SndMixerSetVolumeControlDetails(PSND_MIXER Mixer, DWORD dwControlID, DWORD cChannels, DWORD cbDetails, LPVOID paDetails)
Definition: mixer.c:474
struct _ADVANCED_CONTEXT ADVANCED_CONTEXT
struct _SND_MIXER * PSND_MIXER
INT_PTR CALLBACK TrayDlgProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam)
Definition: tray.c:262
BOOL ReadLineConfig(IN LPTSTR szDeviceName, IN LPTSTR szLineName, IN LPTSTR szControlName, OUT DWORD *Flags)
Definition: misc.c:307
HKEY hAppSettingsKey
Definition: misc.c:135
struct _SNDVOL_REG_LINESTATE SNDVOL_REG_LINESTATE
Definition: ncftp.h:79
PMIXER_WINDOW MixerWindow
Definition: sndvol32.h:133
PSND_MIXER Mixer
Definition: sndvol32.h:134
WCHAR LineName[MIXER_LONG_NAME_CHARS]
Definition: sndvol32.h:132
LPMIXERLINE Line
Definition: sndvol32.h:135
HFONT hFont
Definition: sndvol32.h:56
BOOL bShowExtendedControls
Definition: sndvol32.h:54
WINDOW_MODE Mode
Definition: sndvol32.h:51
struct _SND_MIXER * Mixer
Definition: sndvol32.h:45
UINT MixerId
Definition: sndvol32.h:52
UINT DialogCount
Definition: sndvol32.h:49
HWND hStatusBar
Definition: sndvol32.h:44
HWND * Window
Definition: sndvol32.h:48
BOOL bHasExtendedControls
Definition: sndvol32.h:53
SIZE baseUnit
Definition: sndvol32.h:57
UINT WindowCount
Definition: sndvol32.h:47
UINT SelectedLine
Definition: sndvol32.h:46
PSND_MIXER Mixer
Definition: sndvol32.h:109
PMIXER_WINDOW MixerWindow
Definition: sndvol32.h:108
WCHAR LineName[MIXER_LONG_NAME_CHARS]
Definition: sndvol32.h:124
WCHAR LineName[MIXER_LONG_NAME_CHARS]
Definition: sndvol32.h:143
struct _SND_MIXER_CONNECTION * Next
Definition: sndvol32.h:80
LPMIXERCONTROL Controls
Definition: sndvol32.h:82
LPMIXERCONTROL Controls
Definition: sndvol32.h:91
struct _SND_MIXER_DESTINATION * Next
Definition: sndvol32.h:89
PSND_MIXER_CONNECTION Connections
Definition: sndvol32.h:93
UINT MixerId
Definition: sndvol32.h:100
UINT MixersCount
Definition: sndvol32.h:98
HMIXER hmx
Definition: sndvol32.h:101
HWND hWndNotification
Definition: sndvol32.h:99
MIXERCAPS Caps
Definition: sndvol32.h:102
PSND_MIXER_DESTINATION Lines
Definition: sndvol32.h:103
static COORD Position
Definition: mouse.c:34
int32_t INT_PTR
Definition: typedefs.h:64
int32_t INT
Definition: typedefs.h:58
#define IN
Definition: typedefs.h:39
uint32_t ULONG
Definition: typedefs.h:59
#define OUT
Definition: typedefs.h:40
_Must_inspect_result_ _In_ PWDFDEVICE_INIT _In_opt_ PCUNICODE_STRING DeviceName
Definition: wdfdevice.h:3275
_In_ WDF_WMI_PROVIDER_CONTROL Control
Definition: wdfwmi.h:166
LONG_PTR LPARAM
Definition: windef.h:208
UINT_PTR WPARAM
Definition: windef.h:207
_Must_inspect_result_ _In_ ULONG Flags
Definition: wsk.h:170
char TCHAR
Definition: xmlstorage.h:189
__wchar_t WCHAR
Definition: xmlstorage.h:180
WCHAR * LPWSTR
Definition: xmlstorage.h:184
const CHAR * LPCTSTR
Definition: xmlstorage.h:193
CHAR * LPTSTR
Definition: xmlstorage.h:192