mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 06:15:52 +00:00
[UMPNPMGR] Move the pnp event thread to a separate file
This commit is contained in:
parent
8ed5151d33
commit
01a8288d28
4 changed files with 205 additions and 157 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue