#include "mmdrv.h"
#include <debug.h>
Go to the source code of this file.
◆ NDEBUG
◆ DriverProc()
Definition at line 28 of file entry.c.
34{
36 {
39 return 1L;
40
43 return 1L;
44
47 return 1L;
48
51 return 1L;
52
55 return 1L;
56
59 return 1L;
60
61
62
63
64
65
67 DPRINT(
"DRV_QUERYCONFIGURE\n");
69
73
77 };
78
80 driver_handle,
82 parameter1,
83 parameter2);
84}
LRESULT WINAPI DefDriverProc(DWORD_PTR dwDriverIdentifier, HDRVR hDrv, UINT Msg, LPARAM lParam1, LPARAM lParam2)
#define DRV_QUERYCONFIGURE