Searched defs:NM_FIRST (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dcommctrl.h97 #define NM_FIRST (0U- 0U) macro
99 #define NM_OUTOFMEMORY (NM_FIRST-1)
100 #define NM_CLICK (NM_FIRST-2)
101 #define NM_DBLCLK (NM_FIRST-3)
102 #define NM_RETURN (NM_FIRST-4)
103 #define NM_RCLICK (NM_FIRST-5)
104 #define NM_RDBLCLK (NM_FIRST-6)
105 #define NM_SETFOCUS (NM_FIRST-7)
106 #define NM_KILLFOCUS (NM_FIRST-8)
107 #define NM_CUSTOMDRAW (NM_FIRST
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dcommctrl.h110 #define NM_FIRST (0U- 0U) macro
112 #define NM_OUTOFMEMORY (NM_FIRST-1)
113 #define NM_CLICK (NM_FIRST-2)
114 #define NM_DBLCLK (NM_FIRST-3)
115 #define NM_RETURN (NM_FIRST-4)
116 #define NM_RCLICK (NM_FIRST-5)
117 #define NM_RDBLCLK (NM_FIRST-6)
118 #define NM_SETFOCUS (NM_FIRST-7)
119 #define NM_KILLFOCUS (NM_FIRST-8)
120 #define NM_CUSTOMDRAW (NM_FIRST
[all...]

Completed in 448 milliseconds