Home
last modified time | relevance | path

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

/reactos/dll/win32/shell32/shellmenu/
H A DCMenuFocusManager.h106 LRESULT GetMsgHook(INT nCode, WPARAM wParam, LPARAM lParam);
H A DCMenuFocusManager.cpp136 return GetManager()->GetMsgHook(nCode, wParam, lParam); in s_GetMsgHook()
557 LRESULT CMenuFocusManager::GetMsgHook(INT nCode, WPARAM hookWParam, LPARAM hookLParam) in GetMsgHook() function in CMenuFocusManager