#include <windows.h>
#include <ntddsnd.h>
#include <sndtypes.h>
#include <mmddk.h>
#include <mmebuddy.h>
#include <mment4.h>
Go to the source code of this file.
Functions |
| MMRESULT | GetSoundBlasterDeviceCapabilities (IN PSOUND_DEVICE SoundDevice, IN DWORD DeviceId, OUT PVOID Capabilities, IN DWORD CapabilitiesSize) |
| BOOLEAN | FoundDevice (UCHAR DeviceType, PWSTR DevicePath) |
| LONG APIENTRY | DriverProc (DWORD DriverId, HANDLE DriverHandle, UINT Message, LONG Parameter1, LONG Parameter2) |
| BOOL WINAPI | DllMain (HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved) |
Variables |
| PWSTR | SBWaveOutDeviceName = "ROS Sound Blaster Wave Out" |
| PWSTR | SBWaveInDeviceName = "ROS Sound Blaster Wave In" |
| PWSTR | SBMidiOutDeviceName = "ROS Sound Blaster Midi Out" |
| PWSTR | SBMidiInDeviceName = "ROS Sound Blaster Midi In" |
| PWSTR | SBAuxDeviceName = "ROS Sound Blaster Aux" |
| PWSTR | SBMixerDeviceName = "ROS Sound Blaster Mixer" |