ReactOS 0.4.16-dev-109-gf4cb10f
|
#include <precomp.h>
Public Attributes | |
MIXERCONTROL_DATA | Header |
LONG | SignedMinimum |
LONG | SignedMaximum |
LONG | SteppingDelta |
ULONG | InputSteppingDelta |
ULONG | ValuesCount |
PLONG | Values |
MIXERCONTROL_DATA MIXERVOLUME_DATA::Header |
Definition at line 102 of file precomp.h.
Referenced by MMixerAddMixerControl().
ULONG MIXERVOLUME_DATA::InputSteppingDelta |
Definition at line 106 of file precomp.h.
Referenced by MMixerAddMixerControl(), MMixerGetVolumeControlIndex(), and MMixerSetGetVolumeControlDetails().
LONG MIXERVOLUME_DATA::SignedMaximum |
Definition at line 104 of file precomp.h.
Referenced by MMixerAddMixerControl().
LONG MIXERVOLUME_DATA::SignedMinimum |
Definition at line 103 of file precomp.h.
Referenced by MMixerAddMixerControl().
LONG MIXERVOLUME_DATA::SteppingDelta |
Definition at line 105 of file precomp.h.
Referenced by MMixerAddMixerControl().
PLONG MIXERVOLUME_DATA::Values |
Definition at line 108 of file precomp.h.
Referenced by MMixerAddMixerControl(), MMixerGetVolumeControlIndex(), and MMixerSetGetVolumeControlDetails().
ULONG MIXERVOLUME_DATA::ValuesCount |
Definition at line 107 of file precomp.h.
Referenced by MMixerAddMixerControl(), MMixerGetVolumeControlIndex(), and MMixerSetGetVolumeControlDetails().