c++ - Can I set tag on HWND? -
in android can it:
view.settag(obj); is there equivalent of function in c++ in windows?
try using setwindowlongptr gwlp_userdata. msdn article.
in android can it:
view.settag(obj); is there equivalent of function in c++ in windows?
try using setwindowlongptr gwlp_userdata. msdn article.
Comments
Post a Comment