msgs12.hlp (Topic list)
WM_TRANSLATEACCEL (1.2)
Message Group  Overview                           Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
#define INCL_WINFRAMEMGR
 
WM_TRANSLATEACCEL
pqmsg = (PQMSG) PVOIDFROMMP(mp1);    /* pointer to QMSG structure */
 
The WM_TRANSLATEACCEL message is sent to the focus window whenever a
WM_CHAR message is obtained, to allow for any accelerator translation of the
WM_CHAR message. The default window procedure handles this message by
calling the WinTranslateAccel function.
 
Parameter  Description
────────────────────────────────────────────────────────────────────────────
 
pqmsg      Low and high word of mp1. Points to a QMSG structure that
           contains a queue message.
 
Return Value
 
An application should return TRUE if the queue message has been translated.
Otherwise, is should return FALSE.
 
See Also
 
WinTranslateAccel, WM_CHAR, WM_COMMAND, WM_HELP, WM_NULL, WM_SYSCOMMAND,
QMSG