cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X

twApi_BindAllForEachHandler TW_FOREACH_EXIT or TW_FOREACH_CONTINUE

cyiqiang
1-Newbie

twApi_BindAllForEachHandler TW_FOREACH_EXIT or TW_FOREACH_CONTINUE

Hi,all .

In twApi_BindAllForEachHandler

is it wrong ? if TW_BIND_MESSAGE_FULL always return true.

if (res == TW_OK || TW_BIND_MESSAGE_FULL) ret = TW_FOREACH_CONTINUE;

change it like this:

==》 if (res == TW_OK || res = TW_BIND_MESSAGE_FULL) ret = TW_FOREACH_CONTINUE;



0 REPLIES 0
Top Tags