[shell-coding] Re: howto talk to lsapi.dll (or any other dll)?



anyone know what would be the best way to let an external
application use lsapi functions (as an external dll, having
functions I want to communicate with)?




You can't link to lsapi.dll directly from another process. If you
need to call lsapi functions remotely you need to make a module
that's loaded by ls and then have your process communicate
with that modules via whatever ipc method you like.

However, the particular function you're asking about (enum all
loaded modules) isn't in lsapi yet (probably be in 0.24.7).

--
Maduin



__________________________________________________
Subscription options and archive:
http://www.freelists.org/list/shell-coding

Other related posts: