Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X
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;