Home
last modified time | relevance | path

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

/reactos/base/applications/taskmgr/
H A Dgraphctl.h58 INT_PTR CALLBACK GraphCtrl_WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
H A Dperfpage.c190 …SetWindowLongPtrW(hPerformancePageMemUsageHistoryGraph, GWLP_WNDPROC, (LONG_PTR)GraphCtrl_WndProc); in PerformancePageWndProc()
191 …SetWindowLongPtrW(hPerformancePageCpuUsageHistoryGraph, GWLP_WNDPROC, (LONG_PTR)GraphCtrl_WndProc); in PerformancePageWndProc()
H A Dgraphctl.c301 GraphCtrl_WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in GraphCtrl_WndProc() function