Add prototype for UnregisterDeviceNotifications() to audiosrv.h (bug 2664)

svn path=/trunk/; revision=29111
This commit is contained in:
Andrew Greenwood 2007-09-19 20:11:28 +00:00
parent b14a0090bc
commit 099d7567cb

View file

@ -56,6 +56,9 @@ ProcessDeviceArrival(DEV_BROADCAST_DEVICEINTERFACE* device);
BOOL
RegisterForDeviceNotifications();
VOID
UnregisterDeviceNotifications();
DWORD
HandleDeviceEvent(
DWORD dwEventType,