Home
last modified time | relevance | path

Searched refs:LPNMLVKEYDOWN (Results 1 – 7 of 7) sorted by relevance

/reactos/dll/cpl/usrmgr/
H A Dgroupprops.c372 if (((LPNMLVKEYDOWN)lParam)->wVKey == VK_DELETE) in OnGroupPropSheetNotify()
H A Duserprops.c556 if (((LPNMLVKEYDOWN)lParam)->wVKey == VK_DELETE) in OnUserPropSheetNotify()
/reactos/base/applications/msconfig_new/
H A Dsrvpage.cpp847 if (reinterpret_cast<LPNMLVKEYDOWN>(lParam)->wVKey == VK_SPACE) in ServicesPageWndProc()
/reactos/base/applications/taskmgr/
H A Dapplpage.c573 if (((LPNMLVKEYDOWN)lParam)->wVKey == VK_DELETE) in ApplicationPageOnNotify()
H A Dprocpage.c277 if (((LPNMLVKEYDOWN)lParam)->wVKey == VK_DELETE) in ProcessPageOnNotify()
/reactos/dll/cpl/sysdm/
H A Denvironment.c1807 if (((LPNMLVKEYDOWN)phdr)->wVKey == VK_DELETE && in OnNotify()
/reactos/sdk/include/psdk/
H A Dcommctrl.h3199 } NMLVKEYDOWN,*LPNMLVKEYDOWN; typedef