Searched refs:lpPid (Results 1 – 2 of 2) sorted by relevance
38 ExecuteKill(const char *lpPid) in ExecuteKill() argument43 dwProcessId = strtoul(lpPid, NULL, 10); in ExecuteKill()
195 TCHAR lpPid[8]; in DisplayScreen() local231 _stprintf(lpPid, _T("%6ld"), pPerfData[scrolled+idx].ProcessId); in DisplayScreen()232 _tcsncpy(&lpStr[columnRightPositions[2] - 6], lpPid, 6); in DisplayScreen()