Hi,
I've written my own keyboard IM and it goes fine, but I
have a problem when I try to unistall it.
The DLL file is loaded by the system and remain in memory
until the device is "warn-booted".
So I need to reboot my device when I want to unistall my
keyboard.
Does anyone know how to unload (free) the DLL loaded by
another process?
I've tried FreeLibrary but obviously doesn't work as the
DLL is not loaded by my process, it is loaded
by "device.exe" process.
Regards,