Home
last modified time | relevance | path

Searched refs:HBMMENU_POPUP_CLOSE (Results 1 – 4 of 4) sorted by relevance

/reactos/win32ss/user/user32/include/
H A Dcontrols.h24 #ifndef HBMMENU_POPUP_CLOSE
25 #define HBMMENU_POPUP_CLOSE ((HBITMAP) 8) macro
/reactos/modules/rostests/winetests/user32/
H A Dmenu.c998 …ok( HBMMENU_POPUP_CLOSE == mii.hbmpItem, "Item info did not get the right hbitmap: got %p expecte… in test_menu_bmp_and_string()
999 mii.hbmpItem, HBMMENU_POPUP_CLOSE); in test_menu_bmp_and_string()
1030 ok(mii.hbmpItem == HBMMENU_POPUP_CLOSE, "expected HBMMENU_POPUP_CLOSE, got %p\n", mii.hbmpItem); in test_menu_bmp_and_string()
1045 HBITMAP bitmaps[] = { HBMMENU_CALLBACK, hbm, HBMMENU_POPUP_CLOSE, NULL }; in test_menu_bmp_and_string()
1055 bitmaps[bmpidx] >= HBMMENU_POPUP_CLOSE && in test_menu_bmp_and_string()
/reactos/win32ss/user/ntuser/
H A Dmenu.c1416 case (INT_PTR) HBMMENU_POPUP_CLOSE: in MENU_DrawPopupGlyph()
1629 case (INT_PTR) HBMMENU_POPUP_CLOSE: in MENU_GetBitmapItemSize()
1764 case (INT_PTR) HBMMENU_POPUP_CLOSE: in MENU_DrawBitmapItem()
5350 ItemInfoSet.hbmpItem = HBMMENU_POPUP_CLOSE; in MENU_GetSystemMenu()
/reactos/sdk/include/psdk/
H A Dwinuser.h2640 #define HBMMENU_POPUP_CLOSE ((HBITMAP)8) macro