--- In [email protected], "entropyreduction"
<alancampbelllists+ya...@...> wrote:
>
> So what then? I'm on the one and only Powerpro thread, sleeping probably
> won;t help much.
>
I don't think there is other choice except polling periodically:
While (InSendMessageEx(NULL)&(ISMEX_REPLIED|ISMEX_SEND) == ISMEX_SEND)
Sleep(10)
> I think powerpro itself hooks just about everything? I'm on its main thread
> in versin I'm describing.
>
Hook itself isn't a problem. The trouble in this regard is that PP and ppro.dll
seem to use also SendMessage to communicate with each other, possibly
WM_COPYDATA.