Home
last modified time | relevance | path

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

/reactos/base/applications/taskmgr/
H A Dperfpage.c28 static HWND hCommitChargeLimitEdit; /* Commit Charge Limit Edit Control */ variable
139 hCommitChargeLimitEdit = GetDlgItem(hDlg, IDC_COMMIT_CHARGE_LIMIT); in PerformancePageWndProc()
233 AdjustControlPosition(hCommitChargeLimitEdit, hDlg, 0, nYDifference); in PerformancePageWndProc()
352 SetWindowTextW(hCommitChargeLimitEdit, Text); in PerformancePageRefreshThread()