[NEWDEV] Add InstallDevInstEx

This commit is contained in:
Eric Kohl 2018-10-14 18:17:42 +02:00
parent fc35f6eb4b
commit 731ef01361
3 changed files with 30 additions and 4 deletions

View file

@ -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