ReactOS 0.4.15-dev-7958-gcd0bb1a
sndnames.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define DD_WAVE_IN_DEVICE_NAME   "\\Device\\WaveIn"
 
#define DD_WAVE_IN_DEVICE_NAME_U   L"\\Device\\WaveIn"
 
#define DD_WAVE_IN_DOS_DEVICE_NAME   "\\DosDevices\\WaveIn"
 
#define DD_WAVE_IN_DOS_DEVICE_NAME_U   L"\\DosDevices\\WaveIn"
 
#define DD_WAVE_IN_WIN32_DEVICE_NAME   "\\\\.\\WaveIn"
 
#define DD_WAVE_IN_WIN32_DEVICE_NAME_U   L"\\\\.\\WaveIn"
 
#define DD_WAVE_OUT_DEVICE_NAME   "\\Device\\WaveOut"
 
#define DD_WAVE_OUT_DEVICE_NAME_U   L"\\Device\\WaveOut"
 
#define DD_WAVE_OUT_DOS_DEVICE_NAME   "\\DosDevices\\WaveOut"
 
#define DD_WAVE_OUT_DOS_DEVICE_NAME_U   L"\\DosDevices\\WaveOut"
 
#define DD_WAVE_OUT_WIN32_DEVICE_NAME   "\\\\.\\WaveOut"
 
#define DD_WAVE_OUT_WIN32_DEVICE_NAME_U   L"\\\\.\\WaveOut"
 
#define DD_MIDI_IN_DEVICE_NAME   "\\Device\\MidiIn"
 
#define DD_MIDI_IN_DEVICE_NAME_U   L"\\Device\\MidiIn"
 
#define DD_MIDI_IN_DOS_DEVICE_NAME   "\\DosDevices\\MidiIn"
 
#define DD_MIDI_IN_DOS_DEVICE_NAME_U   L"\\DosDevices\\MidiIn"
 
#define DD_MIDI_IN_WIN32_DEVICE_NAME   "\\\\.\\MidiIn"
 
#define DD_MIDI_IN_WIN32_DEVICE_NAME_U   L"\\\\.\\MidiIn"
 
#define DD_MIDI_OUT_DEVICE_NAME   "\\Device\\MidiOut"
 
#define DD_MIDI_OUT_DEVICE_NAME_U   L"\\Device\\MidiOut"
 
#define DD_MIDI_OUT_DOS_DEVICE_NAME   "\\DosDevices\\MidiOut"
 
#define DD_MIDI_OUT_DOS_DEVICE_NAME_U   L"\\DosDevices\\MidiOut"
 
#define DD_MIDI_OUT_WIN32_DEVICE_NAME   "\\\\.\\MidiOut"
 
#define DD_MIDI_OUT_WIN32_DEVICE_NAME_U   L"\\\\.\\MidiOut"
 
#define DD_MIX_DEVICE_NAME   "\\Device\\MMMix"
 
#define DD_MIX_DEVICE_NAME_U   L"\\Device\\MMMix"
 
#define DD_MIX_DOS_DEVICE_NAME   "\\DosDevices\\MMMix"
 
#define DD_MIX_DOS_DEVICE_NAME_U   L"\\DosDevices\\MMMix"
 
#define DD_MIX_WIN32_DEVICE_NAME   "\\\\.\\MMMix"
 
#define DD_MIX_WIN32_DEVICE_NAME_U   L"\\\\.\\MMMix"
 
#define DD_AUX_DEVICE_NAME   "\\Device\\MMAux"
 
#define DD_AUX_DEVICE_NAME_U   L"\\Device\\MMAux"
 
#define DD_AUX_DOS_DEVICE_NAME   "\\DosDevices\\MMAux"
 
#define DD_AUX_DOS_DEVICE_NAME_U   L"\\DosDevices\\MMAux"
 
#define DD_AUX_WIN32_DEVICE_NAME   "\\\\.\\MMAux"
 
#define DD_AUX_WIN32_DEVICE_NAME_U   L"\\\\.\\MMAux"
 
#define REG_SERVICES_KEY_NAME_U   L"System\\CurrentControlSet\\Services"
 
#define REG_PARAMETERS_KEY_NAME_U   L"Parameters"
 
#define REG_DEVICE_KEY_NAME_U   L"Device"
 
#define REG_DEVICES_KEY_NAME_U   L"Devices"
 

Macro Definition Documentation

◆ DD_AUX_DEVICE_NAME

#define DD_AUX_DEVICE_NAME   "\\Device\\MMAux"

Definition at line 63 of file sndnames.h.

◆ DD_AUX_DEVICE_NAME_U

#define DD_AUX_DEVICE_NAME_U   L"\\Device\\MMAux"

Definition at line 64 of file sndnames.h.

◆ DD_AUX_DOS_DEVICE_NAME

#define DD_AUX_DOS_DEVICE_NAME   "\\DosDevices\\MMAux"

Definition at line 65 of file sndnames.h.

◆ DD_AUX_DOS_DEVICE_NAME_U

#define DD_AUX_DOS_DEVICE_NAME_U   L"\\DosDevices\\MMAux"

Definition at line 66 of file sndnames.h.

◆ DD_AUX_WIN32_DEVICE_NAME

#define DD_AUX_WIN32_DEVICE_NAME   "\\\\.\\MMAux"

Definition at line 67 of file sndnames.h.

◆ DD_AUX_WIN32_DEVICE_NAME_U

#define DD_AUX_WIN32_DEVICE_NAME_U   L"\\\\.\\MMAux"

Definition at line 68 of file sndnames.h.

◆ DD_MIDI_IN_DEVICE_NAME

#define DD_MIDI_IN_DEVICE_NAME   "\\Device\\MidiIn"

Definition at line 42 of file sndnames.h.

◆ DD_MIDI_IN_DEVICE_NAME_U

#define DD_MIDI_IN_DEVICE_NAME_U   L"\\Device\\MidiIn"

Definition at line 43 of file sndnames.h.

◆ DD_MIDI_IN_DOS_DEVICE_NAME

#define DD_MIDI_IN_DOS_DEVICE_NAME   "\\DosDevices\\MidiIn"

Definition at line 44 of file sndnames.h.

◆ DD_MIDI_IN_DOS_DEVICE_NAME_U

#define DD_MIDI_IN_DOS_DEVICE_NAME_U   L"\\DosDevices\\MidiIn"

Definition at line 45 of file sndnames.h.

◆ DD_MIDI_IN_WIN32_DEVICE_NAME

#define DD_MIDI_IN_WIN32_DEVICE_NAME   "\\\\.\\MidiIn"

Definition at line 46 of file sndnames.h.

◆ DD_MIDI_IN_WIN32_DEVICE_NAME_U

#define DD_MIDI_IN_WIN32_DEVICE_NAME_U   L"\\\\.\\MidiIn"

Definition at line 47 of file sndnames.h.

◆ DD_MIDI_OUT_DEVICE_NAME

#define DD_MIDI_OUT_DEVICE_NAME   "\\Device\\MidiOut"

Definition at line 49 of file sndnames.h.

◆ DD_MIDI_OUT_DEVICE_NAME_U

#define DD_MIDI_OUT_DEVICE_NAME_U   L"\\Device\\MidiOut"

Definition at line 50 of file sndnames.h.

◆ DD_MIDI_OUT_DOS_DEVICE_NAME

#define DD_MIDI_OUT_DOS_DEVICE_NAME   "\\DosDevices\\MidiOut"

Definition at line 51 of file sndnames.h.

◆ DD_MIDI_OUT_DOS_DEVICE_NAME_U

#define DD_MIDI_OUT_DOS_DEVICE_NAME_U   L"\\DosDevices\\MidiOut"

Definition at line 52 of file sndnames.h.

◆ DD_MIDI_OUT_WIN32_DEVICE_NAME

#define DD_MIDI_OUT_WIN32_DEVICE_NAME   "\\\\.\\MidiOut"

Definition at line 53 of file sndnames.h.

◆ DD_MIDI_OUT_WIN32_DEVICE_NAME_U

#define DD_MIDI_OUT_WIN32_DEVICE_NAME_U   L"\\\\.\\MidiOut"

Definition at line 54 of file sndnames.h.

◆ DD_MIX_DEVICE_NAME

#define DD_MIX_DEVICE_NAME   "\\Device\\MMMix"

Definition at line 56 of file sndnames.h.

◆ DD_MIX_DEVICE_NAME_U

#define DD_MIX_DEVICE_NAME_U   L"\\Device\\MMMix"

Definition at line 57 of file sndnames.h.

◆ DD_MIX_DOS_DEVICE_NAME

#define DD_MIX_DOS_DEVICE_NAME   "\\DosDevices\\MMMix"

Definition at line 58 of file sndnames.h.

◆ DD_MIX_DOS_DEVICE_NAME_U

#define DD_MIX_DOS_DEVICE_NAME_U   L"\\DosDevices\\MMMix"

Definition at line 59 of file sndnames.h.

◆ DD_MIX_WIN32_DEVICE_NAME

#define DD_MIX_WIN32_DEVICE_NAME   "\\\\.\\MMMix"

Definition at line 60 of file sndnames.h.

◆ DD_MIX_WIN32_DEVICE_NAME_U

#define DD_MIX_WIN32_DEVICE_NAME_U   L"\\\\.\\MMMix"

Definition at line 61 of file sndnames.h.

◆ DD_WAVE_IN_DEVICE_NAME

#define DD_WAVE_IN_DEVICE_NAME   "\\Device\\WaveIn"

Definition at line 28 of file sndnames.h.

◆ DD_WAVE_IN_DEVICE_NAME_U

#define DD_WAVE_IN_DEVICE_NAME_U   L"\\Device\\WaveIn"

Definition at line 29 of file sndnames.h.

◆ DD_WAVE_IN_DOS_DEVICE_NAME

#define DD_WAVE_IN_DOS_DEVICE_NAME   "\\DosDevices\\WaveIn"

Definition at line 30 of file sndnames.h.

◆ DD_WAVE_IN_DOS_DEVICE_NAME_U

#define DD_WAVE_IN_DOS_DEVICE_NAME_U   L"\\DosDevices\\WaveIn"

Definition at line 31 of file sndnames.h.

◆ DD_WAVE_IN_WIN32_DEVICE_NAME

#define DD_WAVE_IN_WIN32_DEVICE_NAME   "\\\\.\\WaveIn"

Definition at line 32 of file sndnames.h.

◆ DD_WAVE_IN_WIN32_DEVICE_NAME_U

#define DD_WAVE_IN_WIN32_DEVICE_NAME_U   L"\\\\.\\WaveIn"

Definition at line 33 of file sndnames.h.

◆ DD_WAVE_OUT_DEVICE_NAME

#define DD_WAVE_OUT_DEVICE_NAME   "\\Device\\WaveOut"

Definition at line 35 of file sndnames.h.

◆ DD_WAVE_OUT_DEVICE_NAME_U

#define DD_WAVE_OUT_DEVICE_NAME_U   L"\\Device\\WaveOut"

Definition at line 36 of file sndnames.h.

◆ DD_WAVE_OUT_DOS_DEVICE_NAME

#define DD_WAVE_OUT_DOS_DEVICE_NAME   "\\DosDevices\\WaveOut"

Definition at line 37 of file sndnames.h.

◆ DD_WAVE_OUT_DOS_DEVICE_NAME_U

#define DD_WAVE_OUT_DOS_DEVICE_NAME_U   L"\\DosDevices\\WaveOut"

Definition at line 38 of file sndnames.h.

◆ DD_WAVE_OUT_WIN32_DEVICE_NAME

#define DD_WAVE_OUT_WIN32_DEVICE_NAME   "\\\\.\\WaveOut"

Definition at line 39 of file sndnames.h.

◆ DD_WAVE_OUT_WIN32_DEVICE_NAME_U

#define DD_WAVE_OUT_WIN32_DEVICE_NAME_U   L"\\\\.\\WaveOut"

Definition at line 40 of file sndnames.h.

◆ REG_DEVICE_KEY_NAME_U

#define REG_DEVICE_KEY_NAME_U   L"Device"

Definition at line 77 of file sndnames.h.

◆ REG_DEVICES_KEY_NAME_U

#define REG_DEVICES_KEY_NAME_U   L"Devices"

Definition at line 78 of file sndnames.h.

◆ REG_PARAMETERS_KEY_NAME_U

#define REG_PARAMETERS_KEY_NAME_U   L"Parameters"

Definition at line 76 of file sndnames.h.

◆ REG_SERVICES_KEY_NAME_U

#define REG_SERVICES_KEY_NAME_U   L"System\\CurrentControlSet\\Services"

Definition at line 75 of file sndnames.h.