Home
last modified time | relevance | path

Searched refs:LVKF_SHIFT (Results 1 – 2 of 2) sorted by relevance

/reactos/sdk/include/psdk/
H A Dcommctrl.h3062 #define LVKF_SHIFT 0x4 macro
/reactos/dll/win32/comctl32/
H A Dlistview.c875 if (GetKeyState(VK_SHIFT) & 0x8000) nmia.uKeyFlags |= LVKF_SHIFT; in notify_itemactivate()