Home
last modified time | relevance | path

Searched defs:lvim (Results 1 – 2 of 2) sorted by relevance

/reactos/sdk/include/reactos/
H A Dmsgdump.h3717 MD_ListView_OnSetInsertMark(HWND hwnd, const LVINSERTMARK *lvim) in MD_ListView_OnSetInsertMark()
3725 MD_ListView_OnGetInsertMark(HWND hwnd, LVINSERTMARK *lvim) in MD_ListView_OnGetInsertMark()
3733 MD_ListView_OnInsertMarkHitTest(HWND hwnd, LPPOINT point, LPLVINSERTMARK lvim) in MD_ListView_OnInsertMarkHitTest()
/reactos/sdk/include/psdk/
H A Dcommctrl.h2987 #define ListView_SetInsertMark(hwnd,lvim) (BOOL)SNDMSG((hwnd),LVM_SETINSERTMARK,(WPARAM) 0,(LPARAM)… argument
2989 #define ListView_GetInsertMark(hwnd,lvim) (BOOL)SNDMSG((hwnd),LVM_GETINSERTMARK,(WPARAM) 0,(LPARAM)… argument
2991 #define ListView_InsertMarkHitTest(hwnd,point,lvim) (int)SNDMSG((hwnd),LVM_INSERTMARKHITTEST,(WPARA… argument