Home
last modified time | relevance | path

Searched refs:LVS_EX_DOUBLEBUFFER (Results 1 – 5 of 5) sorted by relevance

/reactos/modules/rostests/apitests/browseui/
H A DIAutoComplete.cpp458 (LVS_EX_DOUBLEBUFFER | LVS_EX_ONECLICKACTIVATE | \ in DoTestCaseA()
/reactos/dll/win32/comctl32/
H A Dlistview.c5281 if (infoPtr->dwLvExStyle & LVS_EX_DOUBLEBUFFER) { in LISTVIEW_Refresh()
5315 } else if (infoPtr->dwLvExStyle & LVS_EX_DOUBLEBUFFER) { in LISTVIEW_Refresh()
9835 if (infoPtr->dwLvExStyle & LVS_EX_DOUBLEBUFFER) return FALSE; in LISTVIEW_EraseBkgnd()
/reactos/modules/rostests/winetests/comctl32/
H A Dlistview.c1879 SendMessageA(hwnd, LVM_SETEXTENDEDLISTVIEWSTYLE, LVS_EX_DOUBLEBUFFER, in test_redraw()
1880 LVS_EX_DOUBLEBUFFER); in test_redraw()
/reactos/dll/win32/shell32/
H A DCDefView.cpp831 ListExStyle |= LVS_EX_DOUBLEBUFFER; in CreateList()
/reactos/sdk/include/psdk/
H A Dcommctrl.h2750 #define LVS_EX_DOUBLEBUFFER 0x10000 macro