ReactOS 0.4.16-dev-340-g0540c21
|
#include <mmsystem.h>
Public Attributes | |
DWORD | cbStruct |
DWORD | dwControlID |
DWORD | dwControlType |
DWORD | fdwControl |
DWORD | cMultipleItems |
WCHAR | szShortName [MIXER_SHORT_NAME_CHARS] |
WCHAR | szName [MIXER_LONG_NAME_CHARS] |
union { | |
DWORD dwReserved [6] | |
} | Bounds |
union { | |
DWORD cSteps | |
DWORD cbCustomData | |
DWORD dwReserved [6] | |
} | Metrics |
LONG | lMinimum |
LONG | lMaximum |
DWORD | dwMinimum |
DWORD | dwMaximum |
Definition at line 1303 of file mmsystem.h.
union { ... } tagMIXERCONTROLW::Bounds |
DWORD tagMIXERCONTROLW::cbCustomData |
Definition at line 1324 of file mmsystem.h.
DWORD tagMIXERCONTROLW::cbStruct |
Definition at line 1304 of file mmsystem.h.
Referenced by MMixerAddMixerControl(), MMixerPrintMixerLineControls(), and printMixerLine().
DWORD tagMIXERCONTROLW::cMultipleItems |
Definition at line 1308 of file mmsystem.h.
Referenced by mixerGetLineControlsA(), MMixerAddMixerControl(), MMixerPrintMixerLineControls(), and printMixerLine().
DWORD tagMIXERCONTROLW::cSteps |
Definition at line 1323 of file mmsystem.h.
Referenced by MMixerAddMixerControl().
DWORD tagMIXERCONTROLW::dwControlID |
Definition at line 1305 of file mmsystem.h.
Referenced by GetMuteControl(), GetVolumeControl(), mixerGetLineControlsA(), MMixerAddMixerControl(), MMixerGetLineControls(), MMixerGetMixerControlById(), MMixerPrintMixerLineControls(), MMixerSetGetVolumeControlDetails(), OnInitDialog(), and printMixerLine().
DWORD tagMIXERCONTROLW::dwControlType |
Definition at line 1306 of file mmsystem.h.
Referenced by mixerGetLineControlsA(), MMixerAddMixerControl(), MMixerGetControlDetails(), MMixerGetLineControls(), MMixerPrintMixerLineControls(), MMixerSetControlDetails(), and printMixerLine().
DWORD tagMIXERCONTROLW::dwMaximum |
Definition at line 1318 of file mmsystem.h.
Referenced by GetVolumeControl(), MMixerAddMixerControl(), MMixerPrintMixerLineControls(), OnInitDialog(), and printMixerLine().
DWORD tagMIXERCONTROLW::dwMinimum |
Definition at line 1317 of file mmsystem.h.
Referenced by GetVolumeControl(), MMixerAddMixerControl(), MMixerPrintMixerLineControls(), OnInitDialog(), and printMixerLine().
DWORD tagMIXERCONTROLW::dwReserved[6] |
Definition at line 1320 of file mmsystem.h.
Referenced by MMixerAddMixerControl(), MMixerPrintMixerLineControls(), and printMixerLine().
DWORD tagMIXERCONTROLW::fdwControl |
Definition at line 1307 of file mmsystem.h.
Referenced by mixerGetLineControlsA(), MMixerAddMixerControl(), MMixerPrintMixerLineControls(), and printMixerLine().
LONG tagMIXERCONTROLW::lMaximum |
Definition at line 1314 of file mmsystem.h.
LONG tagMIXERCONTROLW::lMinimum |
Definition at line 1313 of file mmsystem.h.
union { ... } tagMIXERCONTROLW::Metrics |
Referenced by mixerGetLineControlsA(), MMixerAddMixerControl(), MMixerPrintMixerLineControls(), and printMixerLine().
WCHAR tagMIXERCONTROLW::szName[MIXER_LONG_NAME_CHARS] |
Definition at line 1310 of file mmsystem.h.
Referenced by mixerGetLineControlsA(), MMixerAddMixerControl(), MMixerGetLineControls(), MMixerPrintMixerLineControls(), MMixerSetControlDetails(), and printMixerLine().
WCHAR tagMIXERCONTROLW::szShortName[MIXER_SHORT_NAME_CHARS] |
Definition at line 1309 of file mmsystem.h.
Referenced by mixerGetLineControlsA(), MMixerAddMixerControl(), MMixerPrintMixerLineControls(), and printMixerLine().