Re: How to unload or reload a WinCE driver
- From: "Michel Verhagen (eMVP)" <michel@xxxxxxxxxx>
- Date: Thu, 16 Oct 2008 11:32:54 +1300
There is no need to get the handle from the registry. Just use FindFirst/NextDevice to get the handle. *THAT's* the documented way.
Good luck,
Michel Verhagen, eMVP
Check out my blog: http://GuruCE.com/blog
GuruCE
Microsoft Embedded Partner
http://GuruCE.com
Consultancy, training and development services.
Bruce Eitman [eMVP] wrote:
Let me restate what Chris said, but in a different way..
The handle stored in the HKLM\Drivers\Active is undocumented, as such it may change in the future. So while your code may work in some cases today, it may also fail in some case (none that I know of personally) and may fail in the future based on a QFE or new Windows CE version.
So proceed with that at your own risk.
- Follow-Ups:
- Re: How to unload or reload a WinCE driver
- From: Chris Tacke, MVP
- Re: How to unload or reload a WinCE driver
- References:
- How to unload or reload a WinCE driver
- From: Kid
- Re: How to unload or reload a WinCE driver
- From: Chris Tacke, MVP
- Re: How to unload or reload a WinCE driver
- From: Dark Knight
- Re: How to unload or reload a WinCE driver
- From: Chris Tacke, MVP
- Re: How to unload or reload a WinCE driver
- From: Dark Knight
- Re: How to unload or reload a WinCE driver
- From: Bruce Eitman [eMVP]
- How to unload or reload a WinCE driver
- Prev by Date: Re: Build and Sysgen question
- Next by Date: Re: How to unload or reload a WinCE driver
- Previous by thread: Re: How to unload or reload a WinCE driver
- Next by thread: Re: How to unload or reload a WinCE driver
- Index(es):
Relevant Pages
|