Searched defs:hMenu (Results 1 - 5 of 5) sorted by relevance

/vbox/src/libs/libpng-1.2.8/contrib/visupng/
H A DVisualPng.c148 static HMENU hMenu; local
226 hMenu = GetMenu (hwnd);
229 EnableMenuItem (hMenu, IDM_FILE_SAVE, MF_ENABLED);
231 EnableMenuItem (hMenu, IDM_FILE_SAVE, MF_GRAYED);
236 hMenu = GetMenu (hwnd);
379 CheckMenuItem (hMenu, IDM_OPTIONS_STRETCH, MF_CHECKED);
381 CheckMenuItem (hMenu, IDM_OPTIONS_STRETCH, MF_UNCHECKED);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dwinuser16.h289 HMENU16 hMenu; member in struct:__anon14284
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dwinuser16.h289 HMENU16 hMenu; member in struct:__anon1608
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwinuser.h1048 HMENU hMenu; member in struct:tagCREATESTRUCTA
1064 HMENU hMenu; member in struct:tagCREATESTRUCTW
1634 HMENU hMenu; member in struct:tagMENUBARINFO
1969 HANDLE hItemHandle; /* hWnd of control or hMenu. */
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwinuser.h1522 HMENU hMenu; member in struct:tagCREATESTRUCTA
1538 HMENU hMenu; member in struct:tagCREATESTRUCTW
2222 HMENU hMenu; member in struct:tagMENUBARINFO
2676 HANDLE hItemHandle; /* hWnd of control or hMenu. */

Completed in 121 milliseconds