#include "mmdrv.h"
#include <debug.h>
#include "wave.h"
Go to the source code of this file.
◆ NDEBUG
◆ AuxGetAudio()
Definition at line 69 of file auxil.c.
70{
74
78
79
82
83
85
87 }
MMRESULT OpenDevice(DeviceInfo **private_data, MIDIOPENDESC *open_desc, DWORD flags)
BOOL WINAPI DeviceIoControl(IN HANDLE hDevice, IN DWORD dwIoControlCode, IN LPVOID lpInBuffer OPTIONAL, IN DWORD nInBufferSize OPTIONAL, OUT LPVOID lpOutBuffer OPTIONAL, IN DWORD nOutBufferSize OPTIONAL, OUT LPDWORD lpBytesReturned OPTIONAL, IN LPOVERLAPPED lpOverlapped OPTIONAL)
DWORD TranslateStatus(void)
_Inout_ PUSB_DEVICE_HANDLE DeviceHandle
#define IOCTL_AUX_GET_VOLUME
_Must_inspect_result_ _In_ WDFIOTARGET _In_opt_ WDFREQUEST _In_ ULONG _In_opt_ PWDF_MEMORY_DESCRIPTOR _In_opt_ PWDF_MEMORY_DESCRIPTOR _In_opt_ PWDF_REQUEST_SEND_OPTIONS _Out_opt_ PULONG_PTR BytesReturned
_At_(*)(_In_ PWSK_CLIENT Client, _In_opt_ PUNICODE_STRING NodeName, _In_opt_ PUNICODE_STRING ServiceName, _In_opt_ ULONG NameSpace, _In_opt_ GUID *Provider, _In_opt_ PADDRINFOEXW Hints, _Outptr_ PADDRINFOEXW *Result, _In_opt_ PEPROCESS OwningProcess, _In_opt_ PETHREAD OwningThread, _Inout_ PIRP Irp Result)(Mem)) NTSTATUS(WSKAPI *PFN_WSK_GET_ADDRESS_INFO
Referenced by auxMessage().
◆ auxMessage()
Definition at line 20 of file auxil.c.
26{
29
31
32
33
34 switch (uMessage)
35 {
37 DPRINT(
"AUXDM_GETDEVCAPS");
39
41 DPRINT(
"AUXDM_GETNUMDEVS");
43
47
49 {
51 }
53
54
57
60
62
63 }
64
66}
DWORD AuxSetAudio(DWORD dwID, PBYTE pVolume, DWORD sizeVolume)
DWORD AuxGetAudio(DWORD dwID, PBYTE pVolume, DWORD sizeVolume)
MMRESULT GetDeviceCapabilities(MIDIOUTCAPS *caps)
DWORD GetDeviceCount(DeviceType device_type)
Referenced by MMDRV_Install().
◆ AuxSetAudio()
Definition at line 89 of file auxil.c.
90{
94
98
101
102
104
106 }
#define IOCTL_AUX_SET_VOLUME
Referenced by auxMessage().