Home
last modified time | relevance | path

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

/reactos/base/applications/taskmgr/
H A Dperfpage.c27 static HWND hCommitChargeTotalEdit; /* Commit Charge Total Edit Control */ variable
138 hCommitChargeTotalEdit = GetDlgItem(hDlg, IDC_COMMIT_CHARGE_TOTAL); in PerformancePageWndProc()
232 AdjustControlPosition(hCommitChargeTotalEdit, hDlg, 0, nYDifference); in PerformancePageWndProc()
350 SetWindowTextW(hCommitChargeTotalEdit, Text); in PerformancePageRefreshThread()