Home
last modified time | relevance | path

Searched refs:LVN_INSERTITEM (Results 1 – 6 of 6) sorted by relevance

/reactos/win32ss/user/user32/windows/
H A Dspy.c1802 SPNFY(LVN_INSERTITEM, NMLISTVIEW),
/reactos/dll/win32/shell32/
H A DCDefView.cpp2624 case LVN_INSERTITEM: in OnNotify()
/reactos/sdk/include/psdk/
H A Dcommctrl.h3137 #define LVN_INSERTITEM (LVN_FIRST-2) macro
/reactos/sdk/include/reactos/
H A Dmsgdump.h560 case LVN_INSERTITEM: return TEXT("LVN_INSERTITEM"); in MD_GetNotifyCode()
/reactos/modules/rostests/winetests/comctl32/
H A Dlistview.c426 { WM_NOTIFY, sent|id, 0, 0, LVN_INSERTITEM },
/reactos/dll/win32/comctl32/
H A Dlistview.c8049 notify_listview(infoPtr, LVN_INSERTITEM, &nmlv); in LISTVIEW_InsertItemT()