Home | History | Annotate | Download | only in include

Lines Matching defs:TCM_GETITEMRECT

3788 #define TCM_GETITEMRECT (TCM_FIRST+10)
3789 #define TabCtrl_GetItemRect(hwnd,i,prc) (WINBOOL)SNDMSG((hwnd),TCM_GETITEMRECT,(WPARAM)(int)(i),(LPARAM)(RECT *)(prc))