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

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dcommctrl.h767 #define HDM_FIRST 0x1200 macro
768 #define HDM_GETITEMCOUNT (HDM_FIRST+0)
769 #define HDM_INSERTITEMA (HDM_FIRST+1)
770 #define HDM_INSERTITEMW (HDM_FIRST+10)
772 #define HDM_DELETEITEM (HDM_FIRST+2)
773 #define HDM_GETITEMA (HDM_FIRST+3)
774 #define HDM_GETITEMW (HDM_FIRST+11)
776 #define HDM_SETITEMA (HDM_FIRST+4)
777 #define HDM_SETITEMW (HDM_FIRST+12)
779 #define HDM_LAYOUT (HDM_FIRST
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dcommctrl.h798 #define HDM_FIRST 0x1200 macro
799 #define HDM_GETITEMCOUNT (HDM_FIRST+0)
800 #define HDM_INSERTITEMA (HDM_FIRST+1)
801 #define HDM_INSERTITEMW (HDM_FIRST+10)
803 #define HDM_DELETEITEM (HDM_FIRST+2)
804 #define HDM_GETITEMA (HDM_FIRST+3)
805 #define HDM_GETITEMW (HDM_FIRST+11)
807 #define HDM_SETITEMA (HDM_FIRST+4)
808 #define HDM_SETITEMW (HDM_FIRST+12)
810 #define HDM_LAYOUT (HDM_FIRST
[all...]

Completed in 115 milliseconds