Added ListView_EditLabel macros.

This commit is contained in:
Juergen Schmied 2000-02-07 17:18:00 +00:00 committed by Alexandre Julliard
parent 2577e9df2d
commit d90f15d043

View file

@ -2681,7 +2681,10 @@ typedef struct tagNMLVCACHEHINT
(BOOL)SendMessageA((hwndLV),LVM_SETITEMPOSITION,(WPARAM)(INT)(i),MAKELPARAM((x),(y)))
#define ListView_GetSelectedCount(hwndLV) \
(UINT)SendMessageA((hwndLV),LVM_GETSELECTEDCOUNT,0,0L)
#define ListView_EditLabelA(hwndLV, i) \
(HWND)SendMessageA((hwndLV),LVM_EDITLABELA,(WPARAM)(int)(i), 0L)
#define ListView_EditLabelW(hwndLV, i) \
(HWND)SendMessageW((hwndLV),LVM_EDITLABELW,(WPARAM)(int)(i), 0L)
/* Tab Control */