Home
last modified time | relevance | path

Searched refs:ListWndNotifyProc (Results 1 – 3 of 3) sorted by relevance

/reactos/base/applications/regedit/
H A Dmain.h117 BOOL ListWndNotifyProc(HWND hWnd, WPARAM wParam, LPARAM lParam, BOOL *Result);
H A Dlistview.c531 BOOL ListWndNotifyProc(HWND hWnd, WPARAM wParam, LPARAM lParam, BOOL *Result) in ListWndNotifyProc() function
H A Dchildwnd.c546 if (!ListWndNotifyProc(g_pChildWnd->hListWnd, wParam, lParam, &Result)) in ChildWndProc()