◄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. ♦