#include "precomp.h"
Go to the source code of this file.
Defines | |
#define | TA_DISABLED 1 |
Functions | |
int | ItemContainingSubMenu (PMENU pmainMenu, ULONG_PTR wID) |
int | UT_FindTopLevelMenuIndex (PMENU pMenu, UINT cmd) |
BOOL | xxxHiliteMenuItem (PWND pwnd, PMENU pMenu, UINT cmd, UINT flags) |
UINT | xxxTA_AccelerateMenu (PWND pwnd, PMENU pMenu, UINT cmd, HMENU *phmenuInit) |
HANDLE APIENTRY | _CreateAcceleratorTable (LPACCEL ccxpaccel, int cbAccel) |
int | xxxTranslateAccelerator (PWND pwnd, LPACCELTABLE pat, LPMSG lpMsg) |
UINT | SystoChar (UINT message, LPARAM lParam) |
|
Definition at line 143 of file mnaccel.c. Referenced by xxxTA_AccelerateMenu(), and xxxTranslateAccelerator(). |
|
Definition at line 217 of file mnaccel.c. References tagACCELTABLE::accel, APIENTRY, tagACCELTABLE::cAccel, FALSE, FLASTKEY, HMAllocObject(), HMFreeObject(), LPACCELTABLE, NULL, PtiCurrent, and TYPE_ACCELTABLE. Referenced by NtUserCreateAcceleratorTable().
|
|
Definition at line 22 of file mnaccel.c. References tagMENU::cItems, NULL, tagMENU::rgItems, tagITEM::spSubMenu, and tagITEM::wID. Referenced by UT_FindTopLevelMenuIndex().
|
|
Definition at line 461 of file mnaccel.c. References CheckMsgFilter, SYS_ALTERNATE, and UINT. Referenced by xxxSBTrackLoop(), and xxxTranslateAccelerator().
|
|
Definition at line 86 of file mnaccel.c. References FALSE, ItemContainingSubMenu(), MNLookUpItem(), NULL, and tagITEM::spSubMenu. Referenced by xxxHiliteMenuItem(), and xxxTA_AccelerateMenu().
|
|
Definition at line 117 of file mnaccel.c. References BOOL, MFISPOPUP, NULL, TestMF, TRUE, UINT, UT_FindTopLevelMenuIndex(), xxxMNInvertItem(), and xxxMNRecomputeBarIfNeeded(). Referenced by NtUserHiliteMenuItem().
|
|
Definition at line 145 of file mnaccel.c. References BOOL, CheckLock, DWORD, FALSE, L, MNLookUpItem(), NULL, PtoHq, tagITEM::spSubMenu, TA_DISABLED, TestMFS, UINT, UT_FindTopLevelMenuIndex(), and xxxSendMessage(). Referenced by xxxTranslateAccelerator().
|
|
Definition at line 251 of file mnaccel.c. References _GetKeyState(), tagACCELTABLE::accel, BOOL, CheckLock, DWORD, FALSE, FLASTKEY, gfInNumpadHexInput, tagWND::head, ID_SYSMENU, NULL, NUMPAD_HEXMODE_HL, PtiCurrent, tagWND::spmenu, tagWND::spmenuSys, SystoChar(), TA_DISABLED, TestWF, ThreadLock, ThreadUnlock, TRUE, UINT, WFCHILD, WFDISABLED, WFICONIC, WFSYSMENU, xxxLoadSysDesktopMenu(), xxxSendMessage(), xxxSetSysMenu(), and xxxTA_AccelerateMenu(). Referenced by NtUserTranslateAccelerator().
|