Home | History | Annotate | Download | only in include

Lines Matching defs:NM_FIRST

111 #define NM_OUTOFMEMORY (NM_FIRST-1)
112 #define NM_CLICK (NM_FIRST-2)
113 #define NM_DBLCLK (NM_FIRST-3)
114 #define NM_RETURN (NM_FIRST-4)
115 #define NM_RCLICK (NM_FIRST-5)
116 #define NM_RDBLCLK (NM_FIRST-6)
117 #define NM_SETFOCUS (NM_FIRST-7)
118 #define NM_KILLFOCUS (NM_FIRST-8)
119 #define NM_CUSTOMDRAW (NM_FIRST-12)
120 #define NM_HOVER (NM_FIRST-13)
121 #define NM_NCHITTEST (NM_FIRST-14)
122 #define NM_KEYDOWN (NM_FIRST-15)
123 #define NM_RELEASEDCAPTURE (NM_FIRST-16)
124 #define NM_SETCURSOR (NM_FIRST-17)
125 #define NM_CHAR (NM_FIRST-18)
126 #define NM_TOOLTIPSCREATED (NM_FIRST-19)
127 #define NM_LDOWN (NM_FIRST-20)
128 #define NM_RDOWN (NM_FIRST-21)
129 #define NM_THEMECHANGED (NM_FIRST-22)
177 #define NM_FIRST (0U- 0U)