I failed to use UpdateDriverForPlugAndPlayDevices(). The
error code is 0xe0000203. I can not find this error code
in MSDN.
What does it means?
What reason may cause this error?

Thanks in advance.

Tjm

Re: UpdateDriverForPlugAndPlayDevices(): ERROR by Ronny

Ronny
Mon Sep 08 01:21:43 CDT 2003

Hello Tjm,

You get the error code when HwID on parameter and .inf file do not match.
You must change the HwID in the .inf file.

The code is defined on setupapi.h.
#define ERROR_NO_DRIVER_SELECTED
(APPLICATION_ERROR_MASK|ERROR_SEVERITY_ERROR|0x203)

Ronny


"tjm" <jm_tang@sina.com> wrote in message
news:30e801c37516$720498a0$a101280a@phx.gbl...
> I failed to use UpdateDriverForPlugAndPlayDevices(). The
> error code is 0xe0000203. I can not find this error code
> in MSDN.
> What does it means?
> What reason may cause this error?
>
> Thanks in advance.
>
> Tjm