msgs12.hlp (Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
WM_MATCHMNEMONIC (1.2)
                                                      Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
#define INCL_WINMESSAGEMGR
 
WM_MATCHMNEMONIC
usChar = SHORT1FROMMP(mp1);    /* character to match */
 
The WM_MATCHMNEMONIC message is sent by a dialog box to a control window to
determine if a typed character matches a mnemonic in the control window's
text.
 
Parameter  Description
────────────────────────────────────────────────────────────────────────────
 
usChar     Low word of mp1. Specifies the character.
 
Return Value
 
An application that processes this message should return TRUE if the
mnemonic is found or FALSE if it is not found.
 
                                      ♦