Searched refs:ErrorParameters (Results 1 – 5 of 5) sorted by relevance
650 ULONG_PTR ErrorParameters[4]; in CsrUnhandledExceptionFilter() local693 ErrorParameters[0] = (ULONG_PTR)&ErrorSource; in CsrUnhandledExceptionFilter()694 ErrorParameters[1] = ExceptionInfo->ExceptionRecord->ExceptionCode; in CsrUnhandledExceptionFilter()695 ErrorParameters[2] = (ULONG_PTR)ExceptionInfo->ExceptionRecord->ExceptionAddress; in CsrUnhandledExceptionFilter()696 ErrorParameters[3] = (ULONG_PTR)ExceptionInfo->ContextRecord; in CsrUnhandledExceptionFilter()702 ErrorParameters, in CsrUnhandledExceptionFilter()
284 ULONG_PTR ErrorParameters[4]; in UnhandledExceptionFilter() local375 ErrorParameters[0] = (ULONG_PTR)ExceptionRecord->ExceptionCode; in UnhandledExceptionFilter()376 ErrorParameters[1] = (ULONG_PTR)ExceptionRecord->ExceptionAddress; in UnhandledExceptionFilter()384 ErrorParameters[2] = ExceptionRecord->ExceptionInformation[2]; in UnhandledExceptionFilter()389 ErrorParameters[2] = ExceptionRecord->ExceptionInformation[0]; in UnhandledExceptionFilter()393 ErrorParameters[3] = ExceptionRecord->ExceptionInformation[1]; in UnhandledExceptionFilter()511 ErrorParameters, in UnhandledExceptionFilter()
2266 ULONG_PTR ErrorParameters[2]; in CreateProcessInternalW() local3636 ErrorParameters[0] = (ULONG_PTR)&PathName; in CreateProcessInternalW()3640 ErrorParameters, in CreateProcessInternalW()
1434 ULONG_PTR ErrorParameters[3]; in SmpInitializeKnownDllsInternal() local1575 ErrorParameters[0] = (ULONG_PTR)&ErrorResponse; in SmpInitializeKnownDllsInternal()1576 ErrorParameters[1] = Status; in SmpInitializeKnownDllsInternal()1577 ErrorParameters[2] = (ULONG_PTR)&RegEntry->Value; in SmpInitializeKnownDllsInternal()1578 SmpTerminate(ErrorParameters, 5, RTL_NUMBER_OF(ErrorParameters)); in SmpInitializeKnownDllsInternal()1585 ErrorParameters[0] = (ULONG_PTR)&ErrorResponse; in SmpInitializeKnownDllsInternal()1586 ErrorParameters[1] = STATUS_INVALID_IMPORT_OF_NON_DLL; in SmpInitializeKnownDllsInternal()1587 ErrorParameters[2] = (ULONG_PTR)&RegEntry->Value; in SmpInitializeKnownDllsInternal()1588 SmpTerminate(ErrorParameters, 5, RTL_NUMBER_OF(ErrorParameters)); in SmpInitializeKnownDllsInternal()
1275 PVOID ErrorParameters; in _Function_class_() local1334 ErrorParameters = &FileName; in _Function_class_()1338 (PULONG_PTR)&ErrorParameters, in _Function_class_()1367 ErrorParameters = &FileName; in _Function_class_()1371 (PULONG_PTR)&ErrorParameters, in _Function_class_()