summaryrefslogtreecommitdiff
path: root/winerrors.md
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-02-15 15:41:50 -0500
committerPietro Gagliardi <[email protected]>2014-02-15 15:41:50 -0500
commitc20e3a261195889029d71e9490674fe48104a170 (patch)
treec1c1e268a9ceaf1a14747bd147c7c97bfc4c22ae /winerrors.md
parent1bb2371e8d7c92ef533e29c7605b48ebc53adb7d (diff)
More TODO reduction.
Diffstat (limited to 'winerrors.md')
-rw-r--r--winerrors.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/winerrors.md b/winerrors.md
index fd401ca..8fe2cf3 100644
--- a/winerrors.md
+++ b/winerrors.md
@@ -1,6 +1,6 @@
- all SendMessage() calls
- BM_GETCHECK (sysData.isChecked())
-- WM_GETTEXTLENGTH (LRESULT is unsinged so) (sysData.text())
+- WM_GETTEXTLENGTH (LRESULT is signed but we treat it as unsigned and MSDN says nothing about error returns) (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())
- CB_GETCURSEL/LB_GETCURSEL (sysData.selectedIndex())
- LB_GETSELCOUNT/LB_GETSELITEMS (LB_ERR is returned if this is a single-selection listbox; are there actual errors?) (sysData.selectedIndices())