Reboot flag in setup API UpdateDriverForPlugAndPlayDevices()
- From: "Angie" <kimojolin@xxxxxxxxx>
- Date: Tue, 22 Jan 2008 12:37:40 -0800
All,
We wrote an driver installer to install the driver.
But I found that the reboot flag (bRebootRequired) output from the
UpdateDriverForPlugAndPlayDevices() API is not correct.
For instance, if I uninstalled a NDIS 4.0 WAN driver and then install a NDIS
5.0 CoNDIS WAN driver.
In this case, the reboot flag should be TRUE. But the reboot flag returned
from this API is always FALSE.
Is there any alternative API that I can call to know whether reboot is
required or not.
bRet = UpdateDriverForPlugAndPlayDevices(
hwndParent,
HardwareId,
FullInfPath,
InstallFlags,
bRebootRequired);
.
- Prev by Date: Re: DDK sources file
- Next by Date: Re: virtual serial driver asks for a reboot in windows 2000
- Previous by thread: DDK sources file
- Next by thread: Re: One driver to control two different devices
- Index(es):
Relevant Pages
|