|
ReactOS 0.4.17-dev-806-gffa4164
|
#include "audiosrv.h"#include <winreg.h>#include <winuser.h>#include <mmsystem.h>#include <setupapi.h>#include <ks.h>#include <ksmedia.h>#include <debug.h>
Go to the source code of this file.
Macros | |
| #define | NDEBUG |
Functions | |
| BOOL | ProcessExistingDevices (VOID) |
| DWORD | ProcessDeviceArrival (DEV_BROADCAST_DEVICEINTERFACE *device) |
| DWORD | ProcessDeviceRemovalComplete (DEV_BROADCAST_DEVICEINTERFACE *device) |
| BOOL | RegisterForDeviceNotifications (VOID) |
| VOID | UnregisterDeviceNotifications (VOID) |
| DWORD | HandleDeviceEvent (DWORD dwEventType, LPVOID lpEventData) |
Variables | |
| static HDEVNOTIFY | device_notification_handle = NULL |
| static UINT | uWinMMDeviceChange = 0 |
Definition at line 192 of file pnp.c.
Referenced by ServiceControlHandler().
| DWORD ProcessDeviceArrival | ( | DEV_BROADCAST_DEVICEINTERFACE * | device | ) |
Definition at line 118 of file pnp.c.
Referenced by HandleDeviceEvent().
| DWORD ProcessDeviceRemovalComplete | ( | DEV_BROADCAST_DEVICEINTERFACE * | device | ) |
Definition at line 132 of file pnp.c.
Referenced by HandleDeviceEvent().
Definition at line 30 of file pnp.c.
Referenced by ServiceMain().
Definition at line 147 of file pnp.c.
Referenced by ServiceMain().
Definition at line 177 of file pnp.c.
Referenced by ServiceControlHandler(), and ServiceMain().
|
static |
Definition at line 21 of file pnp.c.
Referenced by RegisterForDeviceNotifications(), and UnregisterDeviceNotifications().
|
static |
Definition at line 22 of file pnp.c.
Referenced by ProcessDeviceArrival(), ProcessDeviceRemovalComplete(), and ProcessExistingDevices().