Re: MmMapIoSpace for applications in CE 6.0?

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



That's clearer now. I was not aware or LoadKernelLibrary.
Thanks Sue.

Remi

"Sue Loh [MS]" <sloh@xxxxxxxxxxxxxxxxxxxx> a écrit dans le message de news:
%23GfYpjRzGHA.2640@xxxxxxxxxxxxxxxxxxxxxxx
You have two choices to load a DLL into the kernel:
1. LoadKernelLibrary, and then use KernelLibIoControl to communicate with
it. The down-side is, there is no unload.
2. As Steve mentioned, you could add some stub interfaces for a stream
driver and a few choice registry settings, and use ActivateDevice on it.
It's a little more annoying but the upside is easier development
scenarios, you don't have to keep rebooting your device each time you
update the DLL.

Sue
sloh@xxxxxxxxxxxxx (remove "online" from reply-to address)
http://blogs.msdn.com/ce_base/
_____________________________________________________________
This posting is provided "AS IS" with no warranties, and confers no
rights.
_____________________________________________________________




.