Home
last modified time | relevance | path

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

/reactos/base/applications/taskmgr/
H A Dprocpage.c1126 GetProcessExecutablePathById( in GetProcessExecutablePathById() function
1191 dwLength = GetProcessExecutablePathById(dwProcessId, NULL, 0); in ProcessPage_OnProperties()
1200 if (GetProcessExecutablePathById(dwProcessId, pszExePath, dwLength) == 0) in ProcessPage_OnProperties()
1231 dwLength = GetProcessExecutablePathById(dwProcessId, NULL, 0); in ProcessPage_OnOpenFileLocation()
1240 if (GetProcessExecutablePathById(dwProcessId, pszExePath, dwLength) == 0) in ProcessPage_OnOpenFileLocation()