diff options
| author | Pietro Gagliardi <[email protected]> | 2014-02-15 14:11:54 -0500 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-02-15 14:11:54 -0500 |
| commit | 355016de05c3634f356d52de6720aad32549cb5c (patch) | |
| tree | 4efd86e6139edafb2aec5e1f88376c528ef87d76 /winerrors.md | |
| parent | c67191094f80c7b80de36d91f22bb3e69cb4a6a3 (diff) | |
More error/TODO reduction.
Diffstat (limited to 'winerrors.md')
| -rw-r--r-- | winerrors.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/winerrors.md b/winerrors.md index 542b527..fd401ca 100644 --- a/winerrors.md +++ b/winerrors.md @@ -5,3 +5,5 @@ - 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()) - LB_GETTEXTLEN/LB_GETTEXT (LB_ERR is returned if the given index is invalid, but since we get indices from LB_GETSELITEMS this shouldn't happen; are there actual errors?) (sysData.selectedTexts()) +- PeekMessage(), TranslateMessage(), DispatchMessage() (the first one is odd as GetMessage() can return an error but PeekMessage() doesn't?) (msgloopstep()) +- GetStartupInfoW() (MSDN explicitly says this function does not fail... oh really? well I suppose it cannot fail since it returns something all processes must have to begin with) (getWinMainnCmdShow()) |
