/third_party/mingw-w64/mingw-w64-headers/include/ |
D | wfext.h | 91 HMENU hMenu; member 98 HMENU hMenu; member 122 HMENU hMenu; member 128 HMENU hMenu; member
|
D | smx.h | 28 HMENU hMenu; member 37 HMENU hMenu; member
|
D | umx.h | 34 HMENU hMenu; member 42 HMENU hMenu; member
|
D | winuser.h | 1771 HMENU hMenu; member 1786 HMENU hMenu; member 2137 …me,DWORD dwStyle,int X,int Y,int nWidth,int nHeight,HWND hWndParent,HMENU hMenu,HINSTANCE hInstanc… 2138 …me,DWORD dwStyle,int X,int Y,int nWidth,int nHeight,HWND hWndParent,HMENU hMenu,HINSTANCE hInstanc… 2140 …eight,hWndParent,hMenu,hInstance,lpParam) CreateWindowExA((DWORD)0,lpClassName,lpWindowName,dwStyl… argument 2141 …eight,hWndParent,hMenu,hInstance,lpParam) CreateWindowExW((DWORD)0,lpClassName,lpWindowName,dwStyl… argument 2144 WINUSERAPI WINBOOL WINAPI IsMenu(HMENU hMenu); 3122 WINUSERAPI WINBOOL WINAPI SetMenu(HWND hWnd,HMENU hMenu); 3123 …WINUSERAPI WINBOOL WINAPI ChangeMenuA(HMENU hMenu,UINT cmd,LPCSTR lpszNewItem,UINT cmdInsert,UINT … 3124 …WINUSERAPI WINBOOL WINAPI ChangeMenuW(HMENU hMenu,UINT cmd,LPCWSTR lpszNewItem,UINT cmdInsert,UINT… [all …]
|
D | oledlg.h | 230 …STDAPI_(WINBOOL) OleUIAddVerbMenuW(LPOLEOBJECT lpOleObj,LPCWSTR lpszShortType,HMENU hMenu,UINT uPo… 231 …STDAPI_(WINBOOL) OleUIAddVerbMenuA(LPOLEOBJECT lpOleObj,LPCSTR lpszShortType,HMENU hMenu,UINT uPos…
|
D | windowsx.h | 288 #define FORWARD_WM_INITMENU(hwnd,hMenu,fn) (void)(fn)((hwnd),WM_INITMENU,(WPARAM)(HMENU)(hMenu),(LP… argument 291 …fine FORWARD_WM_INITMENUPOPUP(hwnd,hMenu,item,fSystemMenu,fn) (void)(fn)((hwnd),WM_INITMENUPOPUP,(… argument
|
D | windowsx.h16 | 322 #define FORWARD_WM_INITMENU(hwnd,hMenu,fn) (void)(fn)((hwnd),WM_INITMENU,(WPARAM)(HMENU)(hMenu),0L) 325 …fine FORWARD_WM_INITMENUPOPUP(hwnd,hMenu,item,fSystemMenu,fn) (void)(fn)((hwnd),WM_INITMENUPOPUP,(…
|
D | shlwapi.h | 891 LWSTDAPI_(int) GetMenuPosFromId(HMENU hMenu, UINT id);
|
/third_party/boost/libs/wave/test/testwave/testfiles/ |
D | t_9_012.cpp | 14 nWidth, nHeight, hWndParent, hMenu, hInstance, lpParam)\ argument 16 nWidth, nHeight, hWndParent, hMenu, hInstance, lpParam)
|
/third_party/libpng/contrib/visupng/ |
D | VisualPng.c | 153 static HMENU hMenu; in WndProc() local 231 hMenu = GetMenu (hwnd); in WndProc() 234 EnableMenuItem (hMenu, IDM_FILE_SAVE, MF_ENABLED); in WndProc() 236 EnableMenuItem (hMenu, IDM_FILE_SAVE, MF_GRAYED); in WndProc() 241 hMenu = GetMenu (hwnd); in WndProc() 384 CheckMenuItem (hMenu, IDM_OPTIONS_STRETCH, MF_CHECKED); in WndProc() 386 CheckMenuItem (hMenu, IDM_OPTIONS_STRETCH, MF_UNCHECKED); in WndProc()
|
/third_party/flutter/skia/third_party/externals/libpng/contrib/visupng/ |
D | VisualPng.c | 153 static HMENU hMenu; in WndProc() local 231 hMenu = GetMenu (hwnd); in WndProc() 234 EnableMenuItem (hMenu, IDM_FILE_SAVE, MF_ENABLED); in WndProc() 236 EnableMenuItem (hMenu, IDM_FILE_SAVE, MF_GRAYED); in WndProc() 241 hMenu = GetMenu (hwnd); in WndProc() 384 CheckMenuItem (hMenu, IDM_OPTIONS_STRETCH, MF_CHECKED); in WndProc() 386 CheckMenuItem (hMenu, IDM_OPTIONS_STRETCH, MF_UNCHECKED); in WndProc()
|
/third_party/skia/third_party/externals/libpng/contrib/visupng/ |
D | VisualPng.c | 153 static HMENU hMenu; in WndProc() local 231 hMenu = GetMenu (hwnd); in WndProc() 234 EnableMenuItem (hMenu, IDM_FILE_SAVE, MF_ENABLED); in WndProc() 236 EnableMenuItem (hMenu, IDM_FILE_SAVE, MF_GRAYED); in WndProc() 241 hMenu = GetMenu (hwnd); in WndProc() 384 CheckMenuItem (hMenu, IDM_OPTIONS_STRETCH, MF_CHECKED); in WndProc() 386 CheckMenuItem (hMenu, IDM_OPTIONS_STRETCH, MF_UNCHECKED); in WndProc()
|
/third_party/cef/tests/cefclient/browser/ |
D | root_window_win.cc | 928 HMENU hMenu = ::GetMenu(hwnd_); in OnCreate() local 929 if (hMenu) { in OnCreate() 930 HMENU hTestMenu = ::GetSubMenu(hMenu, 2); in OnCreate()
|
/third_party/boost/libs/wave/ |
D | ChangeLog | 1148 nWidth, nHeight, hWndParent, hMenu, hInstance, lpParam)\ 1150 nWidth, nHeight, hWndParent, hMenu, hInstance, lpParam)
|