summaryrefslogtreecommitdiff
path: root/winerrors.md
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-02-15 13:36:24 -0500
committerPietro Gagliardi <[email protected]>2014-02-15 13:36:24 -0500
commitd1768f27873fe277cfe2513203424afdd2a84d5d (patch)
tree50070398090ae2e4150acb5bf5d2d31ffce08dab /winerrors.md
parentdce24dae3f4a737d66f13a12b2e09b37b4e7e3aa (diff)
Reduced the number of unnecessary error returns based on MSDN. The TODOs that used to be there have been moved to a new file; similar files for Mac and Linux will also be made.
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())