Searched refs:hCpuUsageGraph (Results 1 – 1 of 1) sorted by relevance
15 static HWND hCpuUsageGraph; /* CPU Usage Graph */ variable151 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()