Home
last modified time | relevance | path

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

/reactos/base/applications/taskmgr/
H A Ddebug.c14 WCHAR strErrorText[260]; in ProcessPage_OnDebug() local
35 GetLastErrorText(strErrorText, _countof(strErrorText)); in ProcessPage_OnDebug()
37 MessageBoxW(hMainWnd, strErrorText, szTemp, MB_OK | MB_ICONSTOP); in ProcessPage_OnDebug()
43 GetLastErrorText(strErrorText, _countof(strErrorText)); in ProcessPage_OnDebug()
45 MessageBoxW(hMainWnd, strErrorText, szTemp, MB_OK | MB_ICONSTOP); in ProcessPage_OnDebug()
52 GetLastErrorText(strErrorText, _countof(strErrorText)); in ProcessPage_OnDebug()
54 MessageBoxW(hMainWnd, strErrorText, szTemp, MB_OK | MB_ICONSTOP); in ProcessPage_OnDebug()
64 GetLastErrorText(strErrorText, _countof(strErrorText)); in ProcessPage_OnDebug()
66 MessageBoxW(hMainWnd, strErrorText, szTemp, MB_OK | MB_ICONSTOP); in ProcessPage_OnDebug()
77 GetLastErrorText(strErrorText, _countof(strErrorText)); in ProcessPage_OnDebug()
[all …]
H A Dendproc.c20 WCHAR strErrorText[260]; in ProcessPage_OnEndProcess() local
33 LoadStringW(hInst, IDS_MSG_CLOSESYSTEMPROCESS, strErrorText, 256); in ProcessPage_OnEndProcess()
40 LoadStringW(hInst, IDS_MSG_WARNINGTERMINATING, strErrorText, 256); in ProcessPage_OnEndProcess()
51 GetLastErrorText(strErrorText, 260); in ProcessPage_OnEndProcess()
60 GetLastErrorText(strErrorText, 260); in ProcessPage_OnEndProcess()
151 WCHAR strErrorText[260]; in ProcessPage_OnEndProcessTree() local
170 LoadStringW(hInst, IDS_MSG_WARNINGTERMINATING, strErrorText, 256); in ProcessPage_OnEndProcessTree()
180 GetLastErrorText(strErrorText, 260); in ProcessPage_OnEndProcessTree()
182 MessageBoxW(hMainWnd, strErrorText, szTitle, MB_OK|MB_ICONSTOP); in ProcessPage_OnEndProcessTree()
188 GetLastErrorText(strErrorText, 260); in ProcessPage_OnEndProcessTree()
[all …]
H A Daffinity.c29 WCHAR strErrorText[260]; in ProcessPage_OnSetAffinity() local
39 GetLastErrorText(strErrorText, _countof(strErrorText)); in ProcessPage_OnSetAffinity()
41 MessageBoxW(hMainWnd, strErrorText, szTitle, MB_OK|MB_ICONSTOP); in ProcessPage_OnSetAffinity()
56 WCHAR strErrorText[260]; in AffinityDialogWndProc() local
68 GetLastErrorText(strErrorText, _countof(strErrorText)); in AffinityDialogWndProc()
71 MessageBoxW(hMainWnd, strErrorText, szTitle, MB_OK|MB_ICONSTOP); in AffinityDialogWndProc()
122 LoadStringW(hInst, IDS_MSG_PROCESSONEPRO, strErrorText, _countof(strErrorText)); in AffinityDialogWndProc()
124 MessageBoxW(hDlg, strErrorText, szTitle, MB_OK|MB_ICONSTOP); in AffinityDialogWndProc()
132 GetLastErrorText(strErrorText, _countof(strErrorText)); in AffinityDialogWndProc()
135 MessageBoxW(hMainWnd, strErrorText, szTitle, MB_OK|MB_ICONSTOP); in AffinityDialogWndProc()