mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 14:43:22 +00:00
[NEWDEV] Add InstallDevInstEx
This commit is contained in:
parent
fc35f6eb4b
commit
731ef01361
3 changed files with 30 additions and 4 deletions
|
@ -28,6 +28,15 @@ InstallDevInst(
|
|||
IN BOOL bUpdate,
|
||||
OUT LPDWORD lpReboot);
|
||||
|
||||
BOOL
|
||||
WINAPI
|
||||
InstallDevInstEx(
|
||||
IN HWND hWndParent,
|
||||
IN LPCWSTR InstanceId,
|
||||
IN BOOL bUpdate,
|
||||
OUT LPDWORD lpReboot,
|
||||
IN DWORD Unknown);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue