Communication between CBT_HOOK dll and Hook Setting Application,...



Hi,

well, i would like to communicate for some special reason between
the dll that has been loaded into the target process and between the
application that initiated the hook via SetWindowsHookEx. The
communication should be that way that i can send datastructures
like structs in both directions. What kind of model can i use for
this? Please, i need some recommendations,...


Thanks in advance,...

Regards

Kerem


--
-----------------------
Beste Grüsse / Best regards / Votre bien devoue
Kerem Gümrükcü
Microsoft Live Space: http://kerem-g.spaces.live.com/
Latest Open-Source Projects: http://entwicklung.junetz.de
-----------------------
"This reply is provided as is, without warranty express or implied."


.



Relevant Pages

  • Re: Understanding Object Namespaces
    ... versions of NT-class Windows except Vista, which did not allow it to ... The problem is the DLL with the shared section. ... If run one EXE as service, and other as normal app under my login, ... the EXE's cannot communicate. ...
    (microsoft.public.win32.programmer.kernel)
  • Re: Communication between CBT_HOOK dll and Hook Setting Application,...
    ... i would like to communicate for some special reason between ... KG> the dll that has been loaded into the target process and between the ...
    (microsoft.public.development.device.drivers)
  • Re: IPC and Threading in DLL
    ... If you need to arbitate between client apps, a service is probably best (it is possible in a driver, but its easier to keep this arbitration in user mode), but if you just need to allow access to the device without any arbitration then a driver may be needed ... have each client process communicate with this service through an IPC ... This DLL should communicate ...
    (microsoft.public.win32.programmer.kernel)
  • Re: IPC and Threading in DLL
    ... I need to have one DLL which may be used by several ... This DLL should communicate ... to hardware and make the hardware available to all ... mechanism should be encapsulated within a DLL loaded by the clients. ...
    (microsoft.public.win32.programmer.kernel)
  • Re: IPC and Threading in DLL
    ... I need to have one DLL which may be used by several ... This DLL should communicate ... to hardware and make the hardware available to all ...
    (microsoft.public.vc.language)