Searched refs:HBMMENU_POPUP_CLOSE (Results 1 – 4 of 4) sorted by relevance
24 #ifndef HBMMENU_POPUP_CLOSE25 #define HBMMENU_POPUP_CLOSE ((HBITMAP) 8) macro
998 …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()
1416 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()
2640 #define HBMMENU_POPUP_CLOSE ((HBITMAP)8) macro