Searched refs:HTMAXBUTTON (Results 1 – 6 of 6) sorted by relevance
362 ThemeGetButtonState(HTMAXBUTTON, htHot, htDown, pcontext->Active)); in ThemeDrawCaptionButtons()745 case HTMAXBUTTON: in ThemeHandleButton()917 return HTMAXBUTTON; in DefWndNCHitTest()1049 case HTMAXBUTTON: in ThemeWndProc()
230 #define HT_ISBUTTON(ht) ((ht) == HTMINBUTTON || (ht) == HTMAXBUTTON || (ht) == HTCLOSE || (ht) == H…
1520 case HTMAXBUTTON: in NC_DoButton()1630 case HTMAXBUTTON: in NC_HandleNCLButtonDown()1887 return HTMAXBUTTON;2091 if (pt.x < rcWindow.left) return HTMAXBUTTON; in GetNCHitEx()2122 if (pt.x > rcWindow.right) return HTMAXBUTTON; in GetNCHitEx()
712 #define HTMAXBUTTON 9713 #define HTZOOM HTMAXBUTTON
2487 #define HTMAXBUTTON 9 macro
3862 TEST_MOUSEACTIVATE(HTMAXBUTTON,MA_ACTIVATE); in test_mouse_input()