Home | History | Annotate | Download | only in include

Lines Matching refs:LVM_GETITEMRECT

2466 #define LVM_GETITEMRECT (LVM_FIRST+14)
2467 #define ListView_GetItemRect(hwnd,i,prc,code) (WINBOOL)SNDMSG((hwnd),LVM_GETITEMRECT,(WPARAM)(int)(i),((prc) ? (((RECT *)(prc))->left = (code),(LPARAM)(RECT *)(prc)) : (LPARAM)(RECT *)NULL))