ReactOS 0.4.16-dev-297-gc569aee
|
#include <stdarg.h>
#include <windef.h>
#include <winuser.h>
#include <sndtypes.h>
#include <mmddk.h>
#include <mmebuddy.h>
#include <mment4.h>
#include <mmebuddy_debug.h>
Go to the source code of this file.
Macros | |
#define | WIN32_NO_STATUS |
#define | _INC_WINDOWS |
#define | COM_NO_WINDOWS_H |
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 = L"ROS Sound Blaster Wave Out" |
PWSTR | SBWaveInDeviceName = L"ROS Sound Blaster Wave In" |
PWSTR | SBMidiOutDeviceName = L"ROS Sound Blaster Midi Out" |
PWSTR | SBMidiInDeviceName = L"ROS Sound Blaster Midi In" |
PWSTR | SBAuxDeviceName = L"ROS Sound Blaster Aux" |
PWSTR | SBMixerDeviceName = L"ROS Sound Blaster Mixer" |
LONG APIENTRY DriverProc | ( | DWORD | DriverId, |
HANDLE | DriverHandle, | ||
UINT | Message, | ||
LONG | Parameter1, | ||
LONG | Parameter2 | ||
) |
Definition at line 150 of file sndblst.c.
Definition at line 111 of file sndblst.c.
Referenced by DriverProc().
MMRESULT GetSoundBlasterDeviceCapabilities | ( | IN PSOUND_DEVICE | SoundDevice, |
IN DWORD | DeviceId, | ||
OUT PVOID | Capabilities, | ||
IN DWORD | CapabilitiesSize | ||
) |
Definition at line 42 of file sndblst.c.
Referenced by FoundDevice().
Definition at line 37 of file sndblst.c.
Referenced by GetSoundBlasterDeviceCapabilities().
Definition at line 36 of file sndblst.c.
Referenced by GetSoundBlasterDeviceCapabilities().
Definition at line 35 of file sndblst.c.
Referenced by GetSoundBlasterDeviceCapabilities().
Definition at line 38 of file sndblst.c.
Referenced by GetSoundBlasterDeviceCapabilities().
Definition at line 34 of file sndblst.c.
Referenced by GetSoundBlasterDeviceCapabilities().
Definition at line 33 of file sndblst.c.
Referenced by GetSoundBlasterDeviceCapabilities().