Searched refs:GraphCtrl_WndProc (Results 1 – 3 of 3) sorted by relevance
/reactos/base/applications/taskmgr/ |
H A D | graphctl.h | 58 INT_PTR CALLBACK GraphCtrl_WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
|
H A D | perfpage.c | 190 …SetWindowLongPtrW(hPerformancePageMemUsageHistoryGraph, GWLP_WNDPROC, (LONG_PTR)GraphCtrl_WndProc); in PerformancePageWndProc() 191 …SetWindowLongPtrW(hPerformancePageCpuUsageHistoryGraph, GWLP_WNDPROC, (LONG_PTR)GraphCtrl_WndProc); in PerformancePageWndProc()
|
H A D | graphctl.c | 301 GraphCtrl_WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in GraphCtrl_WndProc() function
|