mirror of
https://github.com/reactos/reactos.git
synced 2025-01-01 03:54:02 +00:00
- Add InstallNewDevice exported function
svn path=/trunk/; revision=33238
This commit is contained in:
parent
23b26d3b26
commit
d2964eccaf
2 changed files with 10 additions and 0 deletions
|
@ -44,6 +44,15 @@ APPLET Applets[] =
|
|||
|
||||
typedef BOOL (WINAPI *PINSTALL_NEW_DEVICE)(HWND, LPGUID, PDWORD);
|
||||
|
||||
|
||||
BOOL CALLBACK
|
||||
InstallNewDevice(HWND hwndParent,
|
||||
LPGUID ClassGuid,
|
||||
PDWORD pReboot)
|
||||
{
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
static LONG APIENTRY
|
||||
Applet(HWND hwnd, UINT uMsg, LPARAM wParam, LPARAM lParam)
|
||||
{
|
||||
|
|
|
@ -2,5 +2,6 @@ LIBRARY hdwwiz.cpl
|
|||
|
||||
EXPORTS
|
||||
CPlApplet@16
|
||||
InstallNewDevice
|
||||
|
||||
; EOF
|
||||
|
|
Loading…
Reference in a new issue