Home
last modified time | relevance | path

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

/reactos/base/applications/taskmgr/
H A Dperfpage.c33 static HWND hPhysicalMemoryTotalEdit; /* Physical Memory Total Edit Control */ variable
144 hPhysicalMemoryTotalEdit = GetDlgItem(hDlg, IDC_PHYSICAL_MEMORY_TOTAL); in PerformancePageWndProc()
238 AdjustControlPosition(hPhysicalMemoryTotalEdit, hDlg, 0, nYDifference); in PerformancePageWndProc()
391 SetWindowTextW(hPhysicalMemoryTotalEdit, Text); in PerformancePageRefreshThread()