DOCERR: TranslateMessage() Always Returns TrueLast reviewed: January 26, 1996Article ID: Q137231 |
The information in this article applies to:
The Win32.Hlp online help documentation states that the TranslateMessage() function returns TRUE only if it posts a WM_CHAR message in the thread's message queue. However, it returns TRUE on all WM_KEYDOWN and WM_KEYUP messages, regardless of translation. This is the same behavior that Microsoft Windows 3.1 exhibits. For compatibility with Microsoft Windows 3.1, the behavior of this API call was not changed to match the documentation.
REFERENCESWin32 Software Development Kit Help file (Win32.Hlp), version 3.51; Search on: "TranslateMessage"
|
Additional reference words: 3.50 4.00
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |