ReactOS 0.4.15-dev-7942-gd23573b
tagMIXERCONTROLA Struct Reference

#include <mmsystem.h>

Public Attributes

DWORD cbStruct
 
DWORD dwControlID
 
DWORD dwControlType
 
DWORD fdwControl
 
DWORD cMultipleItems
 
CHAR szShortName [MIXER_SHORT_NAME_CHARS]
 
CHAR 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
 

Detailed Description

Definition at line 1277 of file mmsystem.h.

Member Data Documentation

◆ 

union { ... } tagMIXERCONTROLA::Bounds

◆ cbCustomData

DWORD tagMIXERCONTROLA::cbCustomData

Definition at line 1298 of file mmsystem.h.

◆ cbStruct

DWORD tagMIXERCONTROLA::cbStruct

Definition at line 1278 of file mmsystem.h.

Referenced by mixerGetLineControlsA().

◆ cMultipleItems

DWORD tagMIXERCONTROLA::cMultipleItems

Definition at line 1282 of file mmsystem.h.

Referenced by mixerGetLineControlsA().

◆ cSteps

DWORD tagMIXERCONTROLA::cSteps

Definition at line 1297 of file mmsystem.h.

Referenced by mixer_test_controlA().

◆ dwControlID

DWORD tagMIXERCONTROLA::dwControlID

◆ dwControlType

DWORD tagMIXERCONTROLA::dwControlType

Definition at line 1280 of file mmsystem.h.

Referenced by mixer_test_controlA(), and mixerGetLineControlsA().

◆ dwMaximum

DWORD tagMIXERCONTROLA::dwMaximum

Definition at line 1292 of file mmsystem.h.

Referenced by OnTrayInitMixer().

◆ dwMinimum

DWORD tagMIXERCONTROLA::dwMinimum

Definition at line 1291 of file mmsystem.h.

Referenced by OnTrayInitMixer().

◆ dwReserved

DWORD tagMIXERCONTROLA::dwReserved[6]

Definition at line 1294 of file mmsystem.h.

◆ fdwControl

DWORD tagMIXERCONTROLA::fdwControl

Definition at line 1281 of file mmsystem.h.

Referenced by mixerGetLineControlsA().

◆ lMaximum

LONG tagMIXERCONTROLA::lMaximum

Definition at line 1288 of file mmsystem.h.

◆ lMinimum

LONG tagMIXERCONTROLA::lMinimum

Definition at line 1287 of file mmsystem.h.

◆ 

union { ... } tagMIXERCONTROLA::Metrics

◆ szName

CHAR tagMIXERCONTROLA::szName[MIXER_LONG_NAME_CHARS]

Definition at line 1284 of file mmsystem.h.

Referenced by mixerGetLineControlsA().

◆ szShortName

CHAR tagMIXERCONTROLA::szShortName[MIXER_SHORT_NAME_CHARS]

Definition at line 1283 of file mmsystem.h.

Referenced by mixerGetLineControlsA().


The documentation for this struct was generated from the following file: