ReactOS 0.4.16-dev-823-g9a093ec
|
#include <sndvol32.h>
Public Attributes | |
struct _SND_MIXER_CONNECTION * | Next |
MIXERLINE | Info |
LPMIXERCONTROL | Controls |
UINT | DisplayControls |
Definition at line 80 of file sndvol32.h.
LPMIXERCONTROL _SND_MIXER_CONNECTION::Controls |
Definition at line 84 of file sndvol32.h.
UINT _SND_MIXER_CONNECTION::DisplayControls |
Definition at line 85 of file sndvol32.h.
MIXERLINE _SND_MIXER_CONNECTION::Info |
Definition at line 83 of file sndvol32.h.
Referenced by SndMixerEnumConnections(), and SndMixerGetLineByName().
struct _SND_MIXER_CONNECTION* _SND_MIXER_CONNECTION::Next |
Definition at line 82 of file sndvol32.h.
Referenced by SndMixerEnumConnections(), and SndMixerGetLineByName().