Hi Guys,
In my device co-installer, SetupDiGetSelectedDriver(...)
fails with error code
-536870397 on Windows VISTA. If any body has some idea, Please help.

Any idea...


Thanks
Vivek

Re: Co-installer fails(SetupDiGetSelectedDriver(....) fails on WIN VISTA) by Doron

Doron
Fri Mar 10 22:52:47 CST 2006

translate that to hex and look in setupapi.h for the corresponding value.

d

--
Please do not send e-mail directly to this alias. this alias is for
newsgroup purposes only.
This posting is provided "AS IS" with no warranties, and confers no rights.


<vpandey001@yahoo.com> wrote in message
news:1142038207.995378.220450@u72g2000cwu.googlegroups.com...
> Hi Guys,
> In my device co-installer, SetupDiGetSelectedDriver(...)
> fails with error code
> -536870397 on Windows VISTA. If any body has some idea, Please help.
>
> Any idea...
>
>
> Thanks
> Vivek
>



Re: Co-installer fails(SetupDiGetSelectedDriver(....) fails on WIN VISTA) by Skywing

Skywing
Sat Mar 11 08:44:32 CST 2006

Easily done with err.exe.

E:\Program Files\Microsoft Visual Studio 8\VC\lib>err -536870397
# for decimal -536870397 / hex 0xe0000203 :
RND_NOT_CONNECTED rnderr.h
ERROR_NO_DRIVER_SELECTED setupapi.h

"Doron Holan [MS]" <doronh@nospam.microsoft.com> wrote in message
news:uRznneMRGHA.3192@TK2MSFTNGP09.phx.gbl...
> translate that to hex and look in setupapi.h for the corresponding value.
>
> d
>
> --
> Please do not send e-mail directly to this alias. this alias is for
> newsgroup purposes only.
> This posting is provided "AS IS" with no warranties, and confers no
> rights.
>
>
> <vpandey001@yahoo.com> wrote in message
> news:1142038207.995378.220450@u72g2000cwu.googlegroups.com...
>> Hi Guys,
>> In my device co-installer, SetupDiGetSelectedDriver(...)
>> fails with error code
>> -536870397 on Windows VISTA. If any body has some idea, Please help.
>>
>> Any idea...
>>
>>
>> Thanks
>> Vivek
>>
>
>



Re: Co-installer fails(SetupDiGetSelectedDriver(....) fails on WIN VISTA) by vpandey001

vpandey001
Fri Mar 24 00:33:43 CST 2006

Thanks to every one for suggestions.
Can any body suggest, what are the scenarios when these error comes?
Why this error is coming?


Thanks
Vivek