Home
last modified time | relevance | path

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

/reactos/modules/rostests/kmtests/ntos_ex/
H A DExHardError.c106 … 0, OptionCancelTryContinue, STATUS_SUCCESS, ResponseCancel, 0, 0)… in TestHardError()
110 … 0, OptionOkCancel, STATUS_SUCCESS, ResponseCancel, 0, 0)… in TestHardError()
112 … 0, OptionRetryCancel, STATUS_SUCCESS, ResponseCancel, 0, 0)… in TestHardError()
117 … 0, OptionYesNoCancel, STATUS_SUCCESS, ResponseCancel, 0, 0)… in TestHardError()
130 …FOUND, 0, OptionYesNoCancel, STATUS_SUCCESS, ResponseCancel, 1, &S… in TestHardError()
131 …FOUND, 1, OptionYesNoCancel, STATUS_SUCCESS, ResponseCancel, 0, &S… in TestHardError()
132 …FOUND, 0, OptionYesNoCancel, STATUS_SUCCESS, ResponseCancel, 0, &S… in TestHardError()
135 …FOUND, 2, OptionYesNoCancel, STATUS_SUCCESS, ResponseCancel, 2, &S… in TestHardError()
144 …FOUND, 0, OptionYesNoCancel, STATUS_SUCCESS, ResponseCancel, 1, &S… in TestHardError()
145 …FOUND, 0, OptionYesNoCancel, STATUS_SUCCESS, ResponseCancel, 1, L"… in TestHardError()
[all …]
/reactos/dll/win32/kernel32/client/
H A Dexcept.c518 ErrorResponse = (AeDebugPath ? ResponseCancel : ResponseOk); in UnhandledExceptionFilter()
525 if (!NT_SUCCESS(Status) || (ErrorResponse != ResponseCancel) || IsSecondChance) in UnhandledExceptionFilter()
H A Dproc.c1610 if ((NT_SUCCESS(Status)) && (Response == ResponseCancel)) in FatalAppExitW()
/reactos/ntoskrnl/ex/
H A Dharderr.c265 (Message->Response != ResponseCancel) && in ExpRaiseHardError()
/reactos/dll/ntdll/ldr/
H A Dldrutils.c1239 Response = ResponseCancel; in LdrpMapDll()
1258 if (NT_SUCCESS(HardErrorStatus) && Response == ResponseCancel) in LdrpMapDll()
/reactos/win32ss/user/winsrv/usersrv/
H A Dharderror.c1029 case IDCANCEL: return ResponseCancel; in UserpMessageBox()
/reactos/sdk/include/ndk/
H A Dextypes.h202 ResponseCancel, enumerator
/reactos/win32ss/user/user32/windows/
H A Dmessagebox.c515 case ResponseCancel: in MessageBoxTimeoutIndirectW()
/reactos/sdk/include/reactos/wine/
H A Dwinternl.h2194 ResponseCancel, enumerator