Home
last modified time | relevance | path

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

/reactos/base/applications/utilman/umandlg/
H A Dumandlg.c68 bIsRunning = IsProcessRunning(EntriesList[i].lpszProgram); in InitUtilsList()
239 bIsRunning = IsProcessRunning(EntriesList[i].lpszProgram); in ListBoxRefreshContents()
341 LaunchProcess(EntriesList[Globals.iSelectedIndex].lpszProgram); in DlgProc()
345 CloseProcess(EntriesList[Globals.iSelectedIndex].lpszProgram); in DlgProc()
H A Dumandlg.h47 LPCWSTR lpszProgram; member