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

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dcommctrl.h3137 #define LVM_SETITEMPOSITION32 (LVM_FIRST+49) macro
3855 { POINT ptNewPos; ptNewPos.x = (x1); ptNewPos.y = (y1); SNDMSG((hwnd), LVM_SETITEMPOSITION32, (WPARAM)(int)(n), (LPARAM)&ptNewPos); }
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dcommctrl.h3211 #define LVM_SETITEMPOSITION32 (LVM_FIRST+49) macro
3929 { POINT ptNewPos; ptNewPos.x = (x1); ptNewPos.y = (y1); SNDMSG((hwnd), LVM_SETITEMPOSITION32, (WPARAM)(int)(n), (LPARAM)&ptNewPos); }

Completed in 116 milliseconds