ReactOS 0.4.15-dev-7924-g5949c20
MIXER_LIST Struct Reference

#include <precomp.h>

Collaboration diagram for MIXER_LIST:

Public Attributes

ULONG MixerListCount
 
LIST_ENTRY MixerList
 
ULONG MixerDataCount
 
LIST_ENTRY MixerData
 
ULONG WaveInListCount
 
LIST_ENTRY WaveInList
 
ULONG WaveOutListCount
 
LIST_ENTRY WaveOutList
 
ULONG MidiInListCount
 
LIST_ENTRY MidiInList
 
ULONG MidiOutListCount
 
LIST_ENTRY MidiOutList
 

Detailed Description

Definition at line 147 of file precomp.h.

Member Data Documentation

◆ MidiInList

LIST_ENTRY MIXER_LIST::MidiInList

Definition at line 162 of file precomp.h.

Referenced by MMixerInitialize().

◆ MidiInListCount

ULONG MIXER_LIST::MidiInListCount

Definition at line 161 of file precomp.h.

Referenced by MMixerGetMidiInCount(), and MMixerInitialize().

◆ MidiOutList

LIST_ENTRY MIXER_LIST::MidiOutList

Definition at line 165 of file precomp.h.

Referenced by MMixerInitialize().

◆ MidiOutListCount

ULONG MIXER_LIST::MidiOutListCount

Definition at line 164 of file precomp.h.

Referenced by MMixerGetMidiOutCount(), and MMixerInitialize().

◆ MixerData

LIST_ENTRY MIXER_LIST::MixerData

Definition at line 153 of file precomp.h.

Referenced by MMixerGetMixerDataByDeviceHandle(), and MMixerInitialize().

◆ MixerDataCount

ULONG MIXER_LIST::MixerDataCount

Definition at line 152 of file precomp.h.

Referenced by MMixerGetMixerDataByDeviceHandle(), and MMixerInitialize().

◆ MixerList

LIST_ENTRY MIXER_LIST::MixerList

Definition at line 150 of file precomp.h.

Referenced by MMixerGetMixerInfoByIndex(), and MMixerInitialize().

◆ MixerListCount

ULONG MIXER_LIST::MixerListCount

Definition at line 149 of file precomp.h.

Referenced by MMixerGetCount(), MMixerGetMixerInfoByIndex(), and MMixerInitialize().

◆ WaveInList

LIST_ENTRY MIXER_LIST::WaveInList

Definition at line 156 of file precomp.h.

Referenced by MMixerInitialize().

◆ WaveInListCount

ULONG MIXER_LIST::WaveInListCount

Definition at line 155 of file precomp.h.

Referenced by MMixerGetWaveInCount(), and MMixerInitialize().

◆ WaveOutList

LIST_ENTRY MIXER_LIST::WaveOutList

Definition at line 159 of file precomp.h.

Referenced by MMixerInitialize().

◆ WaveOutListCount

ULONG MIXER_LIST::WaveOutListCount

Definition at line 158 of file precomp.h.

Referenced by MMixerGetWaveOutCount(), and MMixerInitialize().


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