Creating a device from user mode.

Hi,

I have a user mode program from which I want to add/remove devices from the system. Is it possible to do this in user mode? And if so, can someone point me in the right direction.

Thanks,

Kevin.

If I understand you correctly, it seems you are after the setupapi.

look in the WDK for the devcon sample.

Thanks,
Elad

On Tue, Mar 9, 2010 at 7:26 PM, wrote:

> Hi,
>
> I have a user mode program from which I want to add/remove devices from the
> system. Is it possible to do this in user mode? And if so, can someone point
> me in the right direction.
>
> Thanks,
>
> Kevin.
>
> —
> NTDEV is sponsored by OSR
>
> For our schedule of WDF, WDM, debugging and other seminars visit:
> http://www.osr.com/seminars
>
> To unsubscribe, visit the List Server section of OSR Online at
> http://www.osronline.com/page.cfm?name=ListServer
>

Thanks.