This website requires JavaScript.
Explore
Help
Sign In
interesting
/
andlabs-ui
Watch
1
Star
0
Fork
You've already forked andlabs-ui
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
d1768f2787
andlabs-ui
/
winerrors.md
251 B
Raw
Blame
History
all SendMessage() calls
BM_GETCHECK (sysData.isChecked())
WM_GETTEXTLENGTH (LRESULT is unsinged so) (sysData.text())
WM_GETTEXT (WM_GETTEXTLENGTH docs say its result may be larger than the actual length, so we can't use that) (sysData.text())