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

Community Tip - Have a PTC product question you need answered fast? Chances are someone has asked it before. Learn about the community search. 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