mirror of
https://github.com/reactos/reactos.git
synced 2025-06-06 01:40:36 +00:00
Add prototype for UnregisterDeviceNotifications() to audiosrv.h (bug 2664)
svn path=/trunk/; revision=29111
This commit is contained in:
parent
b14a0090bc
commit
099d7567cb
1 changed files with 3 additions and 0 deletions
|
@ -56,6 +56,9 @@ ProcessDeviceArrival(DEV_BROADCAST_DEVICEINTERFACE* device);
|
|||
BOOL
|
||||
RegisterForDeviceNotifications();
|
||||
|
||||
VOID
|
||||
UnregisterDeviceNotifications();
|
||||
|
||||
DWORD
|
||||
HandleDeviceEvent(
|
||||
DWORD dwEventType,
|
||||
|
|
Loading…
Reference in a new issue