|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Typedefs | |
| typedef BOOLEAN(* | SOUND_DEVICE_DETECTED_PROC) (UCHAR DeviceType, PWSTR DevicePath) |
| typedef BOOLEAN(* SOUND_DEVICE_DETECTED_PROC) (UCHAR DeviceType, PWSTR DevicePath) |
| MMRESULT CloseNt4SoundDevice | ( | IN PSOUND_DEVICE_INSTANCE | SoundDeviceInstance, |
| IN PVOID | Handle | ||
| ) |
Definition at line 65 of file control.c.
Referenced by FoundDevice().
| MMRESULT DetectNt4SoundDevices | ( | IN MMDEVICE_TYPE | DeviceType, |
| IN PWSTR | BaseDeviceName, | ||
| IN SOUND_DEVICE_DETECTED_PROC | SoundDeviceDetectedProc | ||
| ) |
Definition at line 151 of file detect.c.
| MMRESULT EnumerateNt4ServiceSoundDevices | ( | IN LPWSTR | ServiceName, |
| IN MMDEVICE_TYPE | DeviceType, | ||
| IN SOUND_DEVICE_DETECTED_PROC | SoundDeviceDetectedProc | ||
| ) |
Definition at line 26 of file detect.c.
Referenced by DriverProc().
| MMRESULT GetNt4SoundDeviceCapabilities | ( | IN PSOUND_DEVICE | SoundDevice, |
| OUT PVOID | Capabilities, | ||
| IN DWORD | CapabilitiesSize | ||
| ) |
Definition at line 80 of file control.c.
Referenced by GetSoundBlasterDeviceCapabilities().
| MMRESULT OpenNt4SoundDevice | ( | IN PSOUND_DEVICE | SoundDevice, |
| OUT PVOID * | Handle | ||
| ) |
Definition at line 52 of file control.c.
Referenced by FoundDevice().
Definition at line 73 of file registry.c.
Referenced by EnumerateNt4ServiceSoundDevices().
Definition at line 20 of file registry.c.
| MMRESULT QueryNt4WaveDeviceFormatSupport | ( | IN PSOUND_DEVICE | SoundDevice, |
| IN LPWAVEFORMATEX | Format, | ||
| IN DWORD | FormatSize | ||
| ) |
Definition at line 154 of file control.c.
Referenced by FoundDevice().
| MMRESULT SetNt4WaveDeviceFormat | ( | IN PSOUND_DEVICE_INSTANCE | SoundDeviceInstance, |
| IN DWORD | DeviceId, | ||
| IN LPWAVEFORMATEX | Format, | ||
| IN DWORD | FormatSize | ||
| ) |
Definition at line 199 of file control.c.
Referenced by FoundDevice().