summaryrefslogtreecommitdiff
path: root/winerrors.md
diff options
context:
space:
mode:
Diffstat (limited to 'winerrors.md')
-rw-r--r--winerrors.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/winerrors.md b/winerrors.md
new file mode 100644
index 0000000..da7ac33
--- /dev/null
+++ b/winerrors.md
@@ -0,0 +1,4 @@
+- 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())