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 called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. 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