#include "precomp.h"Go to the source code of this file.
Functions | |
| DWORD | CheckMenuItem (HMENU hMenu, UINT uIDCheckItem, UINT uCheck) |
| UINT | GetMenuDefaultItem (HMENU hMenu, UINT fByPosition, UINT uFlags) |
| void | SetMenuItemInfoStruct (HMENU hMenu, UINT wFlags, UINT_PTR wIDNew, LPWSTR pwszNew, LPMENUITEMINFO pmii) |
| BOOL | SetMenuInfo (HMENU hMenu, LPCMENUINFO lpmi) |
| BOOL | ChangeMenuW (HMENU hMenu, UINT cmd, LPCWSTR lpNewItem, UINT IdItem, UINT flags) |
| BOOL | ChangeMenuA (HMENU hMenu, UINT cmd, LPCSTR lpNewItem, UINT IdItem, UINT flags) |
| LONG | GetMenuCheckMarkDimensions () |
| WINUSERAPI DWORD WINAPI | GetMenuContextHelpId (HMENU hMenu) |
| BOOL | TrackPopupMenu (HMENU hMenu, UINT fuFlags, int x, int y, int nReserved, HWND hwnd, CONST RECT *prcRect) |
| PMENU | xxxGetSysMenuHandle (PWND pwnd) |
| BOOL WINAPI | SetMenuItemBitmaps (HMENU hMenu, UINT nPosition, UINT uFlags, HBITMAP hbmpUnchecked, HBITMAP hbmpChecked) |
| int WINAPI | DrawMenuBarTemp (HWND hwnd, HDC hdc, LPCRECT lprc, HMENU hMenu, HFONT hFont) |
| BOOL | CheckMenuRadioItem (HMENU hMenu, UINT wIDFirst, UINT wIDLast, UINT wIDCheck, UINT flags) |
|
||||||||||||||||||||||||
|
Definition at line 176 of file menuc.c. References BOOL, DWORD, MFMWFP_OFFMENU, NtUserDeleteMenu(), NtUserRemoveMenu(), NULL, and UINT.
|
|
||||||||||||||||||||||||
|
Definition at line 131 of file menuc.c. References BOOL, DWORD, MFMWFP_OFFMENU, NtUserDeleteMenu(), NtUserRemoveMenu(), NULL, and UINT.
|
|
||||||||||||||||
|
Definition at line 15 of file menuc.c. References BOOL, DWORD, tagITEM::fState, MNLookUpItem(), NtUserCheckMenuItem(), NULL, and VALIDATEHMENU. Referenced by MainWndProc(), MDISetMenu(), SyncMenuChecks(), WndProc(), and xxxMDIActivate().
|
|
||||||||||||||||||||||||
|
Definition at line 354 of file menuc.c. References BOOL, FALSE, tagITEM::fState, tagITEM::fType, min, MNLookUpItem(), NtUserThunkedMenuItemInfo(), NULL, PtoHq, TestMFS, TestMFT, TRUE, UINT, and VALIDATEHMENU.
|
|
||||||||||||||||||||||||
|
Definition at line 313 of file menuc.c. References IsMetaFile(), and NtUserDrawMenuBarTemp().
|
|
|
Definition at line 221 of file menuc.c.
|
|
|
Definition at line 233 of file menuc.c. References tagMENU::dwContextHelpId, DWORD, NULL, and VALIDATEHMENU.
|
|
||||||||||||||||
|
Definition at line 45 of file menuc.c. References _GetMenuDefaultItem(), BOOL, DWORD, NULL, UINT, and VALIDATEHMENU.
|
|
||||||||||||
|
Definition at line 115 of file menuc.c. References BOOL, FALSE, MENUAPI_SET, NtUserThunkedMenuInfo(), and ValidateMENUINFO().
|
|
||||||||||||||||||||||||
|
Definition at line 296 of file menuc.c. References BOOL, SetMenuItemInfo(), and UINT.
|
|
||||||||||||||||||||||||
|
Definition at line 62 of file menuc.c. References tagMENU::cItems, tagITEM::fType, NULL, REBASEALWAYS, TestMFT, UINT, and VALIDATEHMENU.
|
|
||||||||||||||||||||||||||||||||
|
Definition at line 246 of file menuc.c. References BOOL, NtUserTrackPopupMenuEx(), and NULL. Referenced by HelpMenu().
|
|
|
Definition at line 270 of file menuc.c.
|
1.3.7