ReactOS 0.4.16-dev-329-g9223134
|
#include <precomp.h>
Public Attributes | |
LIST_ENTRY | Entry |
MIXERCONTROLW | Control |
ULONG | NodeID |
HANDLE | hDevice |
PVOID | ExtraData |
MIXERCONTROLW MIXERCONTROL_EXT::Control |
Definition at line 79 of file precomp.h.
Referenced by MMixerAddMixerControl(), MMixerGetControlDetails(), MMixerGetLineControls(), MMixerGetMixerControlById(), MMixerPrintMixerLineControls(), MMixerSetControlDetails(), and MMixerSetGetVolumeControlDetails().
LIST_ENTRY MIXERCONTROL_EXT::Entry |
Definition at line 78 of file precomp.h.
Referenced by MMixerAddMixerControl().
PVOID MIXERCONTROL_EXT::ExtraData |
Definition at line 82 of file precomp.h.
Referenced by MMixerAddMixerControl(), and MMixerSetGetVolumeControlDetails().
HANDLE MIXERCONTROL_EXT::hDevice |
Definition at line 81 of file precomp.h.
Referenced by MMixerAddMixerControl(), and MMixerSetGetVolumeControlDetails().
ULONG MIXERCONTROL_EXT::NodeID |
Definition at line 80 of file precomp.h.
Referenced by MMixerAddMixerControl(), MMixerGetMixerControlById(), and MMixerGetMixerLineContainingNodeId().