--- In [email protected], "entropyreduction" 
<alancampbelllists+ya...@...> wrote:
>
> but fails if trying to create a word app object, returning
> 0x8001010d "An outgoing call cannot be made since the application is 
> dispatching an input-synchronous call"

This error can be avoided by checking first:
fBlocked = (InSendMessageEx(NULL)&(ISMEX_REPLIED|ISMEX_SEND)) == ISMEX_SEND
Make a COM call only when fBlocked is False.

Looks like PP receives a lot of SendMessage, which appears unusual to me. One 
thing I can think of on this is PP's Hook. Did you happen to be using 
HookWindowEvents and/or HookSystemEvents when testing?

> CLSCTX_ALL instead of CLSCTX_SERVER does the same.

Better not use CLSCTX_ALL, it could interfere in creating local servers.

Reply via email to