Modify ↓
Opened 16 years ago
Closed 16 years ago
#1653 closed Bug (Fixed)
Error on Windows Message Codes documentation.
| Reported by: | anonymous | Owned by: | J-Paul Mesnage |
|---|---|---|---|
| Milestone: | 3.3.7.0 | Component: | Documentation |
| Version: | 3.3.6.0 | Severity: | None |
| Keywords: | Cc: |
Description
Hello, I have noticed a mistake in Windows Message Codes documentation.
On column 'Sorted by Name' we can see 2 WM_KEYLAST WM.
On column 'Sorted by Code' we can see 2 0x0109 WM.
So I think there the 0x0109 WM_KEYLAST WM is enough!
Attachments (0)
Change History (4)
comment:1 by , 16 years ago
| Resolution: | → No Bug |
|---|---|
| Status: | new → closed |
comment:2 by , 16 years ago
| Resolution: | No Bug |
|---|---|
| Status: | closed → reopened |
sorry I just verify that WM_KEYLAST = WM_UNICHAR. at least it is what I found in MS definition files.
I reopen and fix what it is needed
comment:4 by , 16 years ago
| Milestone: | → 3.3.7.0 |
|---|---|
| Owner: | set to |
| Resolution: | → Fixed |
| Status: | reopened → closed |
Fixed by revision [5855] in version: 3.3.7.0
Note:
See TracTickets
for help on using tickets.

Both WM_KEYLAST abd WM_UNICHAR are define in MSDN so why to eliminate one of them