[UMPNPMGR] Move the pnp event thread to a separate file

This commit is contained in:
Eric Kohl 2023-11-29 23:03:00 +01:00
parent 8ed5151d33
commit 01a8288d28
4 changed files with 205 additions and 157 deletions

View file

@ -45,6 +45,14 @@ typedef struct
PWSTR pszName;
} NOTIFY_ENTRY, *PNOTIFY_ENTRY;
/* event.c */
DWORD
WINAPI
PnpEventThread(
LPVOID lpParameter);
/* install.c */
extern HANDLE hUserToken;
@ -67,6 +75,8 @@ DeviceInstallThread(
/* rpcserver.c */
extern LIST_ENTRY NotificationListHead;
DWORD
WINAPI
RpcServerThread(