Re: IMessageFilter and USER DEFINED MESSAGES
- From: "buddie84" <buddie84@xxxxxxxxx>
- Date: 24 Feb 2006 10:11:16 -0800
Thanks Everybody ..
I am calling a Third party DLL inside a function
This involves some GUI (Modal Dialog) and it does have an internal
message pump
In this situation multi threaded environment -multiple STA calling same
function, I have a re-entrancy problem
I implemented IMessageFilter and checked the messages
Even though the calls are re entrant and overlaping
Inside IMessageFilter ::HandleInComingCall , I am getting
dwCallType=CALLTYPE_TOPLEVEL (for all the calls)
I am trying to make a logic say ..
if the call types are CALLTYPE_TOPLEVEL_CALLPENDING or CALLTYPE_NESTED
then do
SERVERCALL_RETRYLATER
Any idea whats going wrong here ?
.
- Follow-Ups:
- Re: IMessageFilter and USER DEFINED MESSAGES
- From: Igor Tandetnik
- Re: IMessageFilter and USER DEFINED MESSAGES
- References:
- IMessageFilter and USER DEFINED MESSAGES
- From: buddie84
- Re: IMessageFilter and USER DEFINED MESSAGES
- From: Igor Tandetnik
- Re: IMessageFilter and USER DEFINED MESSAGES
- From: buddie84
- Re: IMessageFilter and USER DEFINED MESSAGES
- From: Igor Tandetnik
- Re: IMessageFilter and USER DEFINED MESSAGES
- From: buddie84
- Re: IMessageFilter and USER DEFINED MESSAGES
- From: Igor Tandetnik
- Re: IMessageFilter and USER DEFINED MESSAGES
- From: buddie84
- Re: IMessageFilter and USER DEFINED MESSAGES
- From: Alexander Nickolov
- Re: IMessageFilter and USER DEFINED MESSAGES
- From: Alexander Nickolov
- IMessageFilter and USER DEFINED MESSAGES
- Prev by Date: atlmincrt LNK2005 error
- Next by Date: Re: IMessageFilter and USER DEFINED MESSAGES
- Previous by thread: Re: IMessageFilter and USER DEFINED MESSAGES
- Next by thread: Re: IMessageFilter and USER DEFINED MESSAGES
- Index(es):
Relevant Pages
|
Loading