picpick.exe program hook problem

c++ / delphi package - dll injection and api hooking
Post Reply
bojlso
Posts: 2
Joined: Wed Apr 26, 2017 4:51 am

picpick.exe program hook problem

Post by bojlso »

Hello,

Hooking BitBlt function in the 'picpick.exe' program and call SendIpcMessage in callback function

Then on some PC's picpick program capture only white screen

if Do not use SendipcMessage then capture is ok.

I don't know why this problem to occur and wonder if there is a solution.

thanks.
madshi
Site Admin
Posts: 10753
Joined: Sun Mar 21, 2004 5:25 pm

Re: picpick.exe program hook problem

Post by madshi »

How did you set the "handleMessages" parameter in the SendIpcMessage() call? Try if setting it to "false" fixes the problem? You should set it to "true" only if you expect a somewhat longer wait time until the IPC reply arrives.
bojlso
Posts: 2
Joined: Wed Apr 26, 2017 4:51 am

Re: picpick.exe program hook problem

Post by bojlso »

problem is solved thanks!
Post Reply