Home
last modified time | relevance | path

Searched refs:LVHT_NOWHERE (Results 1 – 4 of 4) sorted by relevance

/reactos/modules/rosapps/applications/explorer-old/shell/
H A Dshellbrowser.cpp407 tvhti.flags = LVHT_NOWHERE; in OnTreeItemRClick()
/reactos/modules/rostests/winetests/comctl32/
H A Dlistview.c3805 test_lvm_subitemhittest(hwnd, x, y, -1, -1, LVHT_NOWHERE, FALSE, FALSE, FALSE); in test_hittest()
3822 test_lvm_subitemhittest(hwnd, x, y, -1, -1, LVHT_NOWHERE, FALSE, FALSE, FALSE); in test_hittest()
3825 test_lvm_subitemhittest(hwnd, x, y, -1, -1, LVHT_NOWHERE, FALSE, FALSE, FALSE); in test_hittest()
3829 test_lvm_subitemhittest(hwnd, x, y, -1, 1, LVHT_NOWHERE, FALSE, FALSE, FALSE); in test_hittest()
3830 test_lvm_subitemhittest(hwnd, x, y - vert + 1, -1, 1, LVHT_NOWHERE, FALSE, FALSE, FALSE); in test_hittest()
3844 test_lvm_hittest(hwnd, x, y, -1, LVHT_NOWHERE, 0, FALSE, FALSE); in test_hittest()
3847 test_lvm_hittest(hwnd, x, y, -1, LVHT_NOWHERE, 0, FALSE, TRUE); in test_hittest()
3869 test_lvm_subitemhittest(hwnd, x, y, -1, -1, LVHT_NOWHERE, FALSE, FALSE, FALSE); in test_hittest()
3872 test_lvm_subitemhittest(hwnd, x, y, -1, -1, LVHT_NOWHERE, FALSE, FALSE, FALSE); in test_hittest()
/reactos/dll/win32/comctl32/
H A Dlistview.c7819 lpht->flags = LVHT_NOWHERE; in LISTVIEW_HitTest()
7827 lpht->flags |= LVHT_NOWHERE; in LISTVIEW_HitTest()
7892 lpht->flags &= ~LVHT_NOWHERE; in LISTVIEW_HitTest()
/reactos/sdk/include/psdk/
H A Dcommctrl.h2498 #define LVHT_NOWHERE 0x1 macro