#include "precomp.h"
Go to the source code of this file.
Defines | |
#define | CMDSWITCH 1 |
#define | CMDQUERY 2 |
Functions | |
int | xxxClientFindMnemChar (PUNICODE_STRING pstrSrc, WCHAR ch, BOOL fFirst, BOOL fPrefix) |
UINT | MNFindNextValidItem (PMENU pMenu, int i, int dir, UINT flags) |
UINT | MNFindItemInColumn (PMENU pMenu, UINT idxB, int dir, BOOL fRoot) |
UINT | xxxMNFindChar (PMENU pMenu, UINT ch, int idxC, LPINT lpr) |
void | xxxMNKeyFilter (PPOPUPMENU ppopupMenu, PMENUSTATE pMenuState, UINT ch) |
|
|
|
|
|
Definition at line 124 of file mnkey.c. References tagMENU::cItems, dir(), End, MFMWFP_NOITEM, MNFindNextValidItem(), tagMENU::rgItems, UINT, tagITEM::xItem, and tagITEM::yItem. Referenced by xxxMNKeyDown().
|
|
Definition at line 34 of file mnkey.c. References BOOL, tagMENU::cItems, dir(), FALSE, tagITEM::hbmp, MFMWFP_NOITEM, MNF_DONTSKIPSEPARATORS, tagMENU::rgItems, TestMFT, TRUE, and UINT. Referenced by MNFindItemInColumn(), xxxMenuWindowProc(), xxxMNFindChar(), and xxxMNKeyDown().
|
|
Referenced by xxxMNFindChar(). |
|
Definition at line 193 of file mnkey.c. References tagITEM::cch, CH_HELPPREFIX, tagMENU::cItems, INT, tagITEM::lpstr, MFMWFP_NOITEM, MNF_DONTSKIPSEPARATORS, MNFindNextValidItem(), NULL, tagMENU::rgItems, RtlInitUnicodeString(), TextPointer, TRUE, UINT, and xxxClientFindMnemChar().
|
|
Definition at line 290 of file mnkey.c. References BOOL, FALSE, tagMENUSTATE::fButtonDown, tagPOPUPMENU::fInCancel, tagMENUSTATE::fInsideMenuLoop, tagPOPUPMENU::fIsSysMenu, tagMENUSTATE::fMenuStarted, tagMENUSTATE::fModelessMenu, tagPOPUPMENU::fToggle, KEYBDHOLD, MENUCHILDSYSMENU, MENUSYSMENU, MFMWFP_NOITEM, MNPositionSysMenu(), tagPOPUPMENU::posSelectedItem, tagPOPUPMENU::spmenu, tagPOPUPMENU::spmenuAlternate, tagPOPUPMENU::spwndNotify, tagPOPUPMENU::spwndPopupMenu, TestWF, TestwndChild, TRUE, WFSYSMENU, xxxMessageBeep(), xxxMNChar(), xxxMNCloseHierarchy(), xxxMNDismiss(), xxxMNLoop(), xxxMNOpenHierarchy(), xxxMNSelectItem(), xxxMNStartMenu(), and xxxMNSwitchToAlternateMenu(). Referenced by xxxSysCommand().
|