ReactOS 0.4.16-dev-112-g52265ae
|
#include <sndvol32.h>
Public Attributes | |
PMIXER_WINDOW | MixerWindow |
PSND_MIXER | Mixer |
HWND | hwndDlg |
UINT | Selected |
DWORD | SelectedLine |
DWORD | PlaybackID |
DWORD | RecordingID |
UINT | OtherLines |
TCHAR | DeviceName [128] |
DWORD | tmp |
Definition at line 108 of file sndvol32.h.
TCHAR _PREFERENCES_CONTEXT::DeviceName[128] |
Definition at line 119 of file sndvol32.h.
Referenced by EnumConnectionsCallback(), MainWindowProc(), and PrefDlgAddConnection().
HWND _PREFERENCES_CONTEXT::hwndDlg |
Definition at line 112 of file sndvol32.h.
Referenced by PrefDlgAddConnection(), and PrefDlgAddLine().
PSND_MIXER _PREFERENCES_CONTEXT::Mixer |
Definition at line 111 of file sndvol32.h.
Referenced by MainWindowProc(), and PrefDlgAddConnection().
PMIXER_WINDOW _PREFERENCES_CONTEXT::MixerWindow |
Definition at line 110 of file sndvol32.h.
Referenced by EnumConnectionsCallback(), LoadDialogCtrls(), MainWindowProc(), MixerControlChangeCallback(), RebuildMixerWindowControls(), SetVolumeCallback(), UpdateDialogLineSliderControl(), and UpdateDialogLineSwitchControl().
UINT _PREFERENCES_CONTEXT::OtherLines |
Definition at line 118 of file sndvol32.h.
Referenced by PrefDlgAddLine().
DWORD _PREFERENCES_CONTEXT::PlaybackID |
Definition at line 116 of file sndvol32.h.
Referenced by PrefDlgAddLine().
DWORD _PREFERENCES_CONTEXT::RecordingID |
Definition at line 117 of file sndvol32.h.
Referenced by PrefDlgAddLine().
UINT _PREFERENCES_CONTEXT::Selected |
Definition at line 114 of file sndvol32.h.
DWORD _PREFERENCES_CONTEXT::SelectedLine |
Definition at line 115 of file sndvol32.h.
Referenced by EnumConnectionsCallback(), LoadDialogCtrls(), MainWindowProc(), PrefDlgAddConnection(), and PrefDlgAddLine().
DWORD _PREFERENCES_CONTEXT::tmp |
Definition at line 121 of file sndvol32.h.
Referenced by PrefDlgAddConnection().