Files
reactos/reactos/lib/newdev/newdev.def
T
Thomas Bluemel 2dbda08b7e Add a stub for ClientSideInstallW. umpnpmgr is supposed to run rundll32 in the context of the currently logged on user like this:
"rundll32.exe newdev.dll,ClientSideInstall \\.\pipe\PNP_Device_Install_Pipe_0.{xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx}"

svn path=/trunk/; revision=19342
2005-11-19 13:27:27 +00:00

16 lines
308 B
Modula-2

LIBRARY newdev.dll
EXPORTS
ClientSideInstallW@12
DevInstallW@16
;InstallDevInst
;InstallDevInstEx
InstallNewDevice@12
;InstallSelectedDevice
InstallSelectedDriverW@20
;InstallWindowsUpdateDriver
;RollbackDriver
UpdateDriverForPlugAndPlayDevicesA@20
UpdateDriverForPlugAndPlayDevicesW@20
;EOF