I'm trying to create a VB friendly API declaration for
UpdateDriverForPlugAndPlayDevices. However, I cannot seem to locate the DLL
that supports this function. The only reference in the MSDN indicates the
function is declared in newdev.h. Reviewing that file does not reveal what
DLL the function is called into.

I did a view dependencies on setupapi.dll but did not see this function
declared there. Searching Google isn't helping either since everything is in
C which also does not reveal the supporting DLL.

Does anyone know?

Re: What DLL supports UpdateDriverForPlugAndPlayDevices by Benoît

Benoît
Tue Dec 07 13:12:38 CST 2004

newdev.dll...

-BB

"Jerry West" <jw@comcast.net> wrote in message
news:10rbta27rsaro96@news.supernews.com...
> I'm trying to create a VB friendly API declaration for
> UpdateDriverForPlugAndPlayDevices. However, I cannot seem to locate the
DLL
> that supports this function. The only reference in the MSDN indicates the
> function is declared in newdev.h. Reviewing that file does not reveal what
> DLL the function is called into.
>
> I did a view dependencies on setupapi.dll but did not see this function
> declared there. Searching Google isn't helping either since everything is
in
> C which also does not reveal the supporting DLL.
>
> Does anyone know?
>
>
>



Re: What DLL supports UpdateDriverForPlugAndPlayDevices by Randy

Randy
Tue Dec 07 13:21:15 CST 2004

On XP at least, there is a newdev.dll in the \system32 folder that exports
UpdateDriverForPlugAndPlayDevicesA and UpdateDriverForPlugAndPlayDevicesW.

--


Randy Birch
MS MVP Visual Basic
http://vbnet.mvps.org/


"Jerry West" <jw@comcast.net> wrote in message
news:10rbta27rsaro96@news.supernews.com...
: I'm trying to create a VB friendly API declaration for
: UpdateDriverForPlugAndPlayDevices. However, I cannot seem to locate the
DLL
: that supports this function. The only reference in the MSDN indicates the
: function is declared in newdev.h. Reviewing that file does not reveal what
: DLL the function is called into.
:
: I did a view dependencies on setupapi.dll but did not see this function
: declared there. Searching Google isn't helping either since everything is
in
: C which also does not reveal the supporting DLL.
:
: Does anyone know?
:
:
:


Re: What DLL supports UpdateDriverForPlugAndPlayDevices by Jerry

Jerry
Wed Dec 08 18:51:25 CST 2004

Great, thanks to all.

JW

"Randy Birch" <rgb_removethis@mvps.org> wrote in message
news:uYV0sHJ3EHA.2316@TK2MSFTNGP15.phx.gbl...
> On XP at least, there is a newdev.dll in the \system32 folder that exports
> UpdateDriverForPlugAndPlayDevicesA and UpdateDriverForPlugAndPlayDevicesW.
>
> --
>
>
> Randy Birch
> MS MVP Visual Basic
> http://vbnet.mvps.org/
>
>
> "Jerry West" <jw@comcast.net> wrote in message
> news:10rbta27rsaro96@news.supernews.com...
> : I'm trying to create a VB friendly API declaration for
> : UpdateDriverForPlugAndPlayDevices. However, I cannot seem to locate the
> DLL
> : that supports this function. The only reference in the MSDN indicates
> the
> : function is declared in newdev.h. Reviewing that file does not reveal
> what
> : DLL the function is called into.
> :
> : I did a view dependencies on setupapi.dll but did not see this function
> : declared there. Searching Google isn't helping either since everything
> is
> in
> : C which also does not reveal the supporting DLL.
> :
> : Does anyone know?
> :
> :
> :
>