V
Vladimir Chugunov
Hello,
we have an application that need to restart network driver to apply
configuration changes without restarting the system. We are using
SetupDi* functions to do this.
The 32-bits version of the application works fine on 32-bits system as
well as 64-bits version works fine on the 64-bits Windows. But in case
of 32-bits application on 64-bits system the SetupDiCallClassInstaller()
function returns FALSE and reports 0xE0000235 code through GetLastError().
Is there a possibility to restart driver or just to propagate the
setting changes to the driver from 32-bits application?
Thanks in advance,
Vladimir.
we have an application that need to restart network driver to apply
configuration changes without restarting the system. We are using
SetupDi* functions to do this.
The 32-bits version of the application works fine on 32-bits system as
well as 64-bits version works fine on the 64-bits Windows. But in case
of 32-bits application on 64-bits system the SetupDiCallClassInstaller()
function returns FALSE and reports 0xE0000235 code through GetLastError().
Is there a possibility to restart driver or just to propagate the
setting changes to the driver from 32-bits application?
Thanks in advance,
Vladimir.