Home
last modified time | relevance | path

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

/reactos/base/applications/taskmgr/
H A Dperfpage.c15 static HWND hCpuUsageGraph; /* CPU Usage Graph */ variable
151 hCpuUsageGraph = GetDlgItem(hDlg, IDC_CPU_USAGE_GRAPH); in PerformancePageWndProc()
188 …OldGraphWndProc = (WNDPROC)SetWindowLongPtrW(hCpuUsageGraph, GWLP_WNDPROC, (LONG_PTR)Graph_WndProc… in PerformancePageWndProc()
278 AdjustFrameSize(hCpuUsageGraph, hDlg, nXDifference, nYDifference, 1); in PerformancePageWndProc()
418 InvalidateRect(hCpuUsageGraph, NULL, FALSE); in PerformancePageRefreshThread()