Add missing ListView_GetViewRect() macro.

This commit is contained in:
Dimitrie O. Paun 2003-12-04 20:52:39 +00:00 committed by Alexandre Julliard
parent 03ce33f629
commit 2f2c08db8c
1 changed files with 3 additions and 0 deletions

View File

@ -3545,6 +3545,9 @@ typedef struct NMLVSCROLL
#define ListView_SetSelectionMark(hwndLV, iItem) \
(int)SNDMSG((hwndLV), LVM_SETSELECTIONMARK, 0, (LPARAM)(iItem))
#define ListView_GetViewRect(hwndLV, prc) \
(BOOL)SNDMSG((hwndLV),LVM_GETVIEWRECT,0,(LPARAM)(LPRECT)(prc))
/* Tab Control */
#define WC_TABCONTROL16 "SysTabControl"