RoFailFastWithErrorContextInternal2 함수
현재 프로세스에서 연속할 수 없는 예외를 발생시키고 운영 체제(OS)에서 아직 캡처하지 않은 추가 오류 컨텍스트를 포함할 수도 있습니다.
구문
void WINAPI RoFailFastWithErrorContextInternal2(
HRESULT hrError,
ULONG cStowedExceptions,
_In_reads_opt_(cStowedExceptions) PSTOWED_EXCEPTION_INFORMATION_V2 aStowedExceptionPointers[]
);
매개 변수
hrError
형식: HRESULT
현재 오류와 연결된 HRESULT 입니다. hrError 값에 대해 예외가 발생합니다.
cStowedExceptions
형식: ULONG
aStowedExceptionPointers 배열의 요소 수입니다.
aStowedExceptionPointers
형식: PSTOWED_EXCEPTION_INFORMATION_V2[]
STOWED_EXCEPTION_INFORMATION_V2 구조체에 대한 포인터 배열입니다. 각 구조에는 보관된 예외를 설명하는 정보가 포함되어 있습니다. 그런 다음 이러한 구조의 정보는 플랫폼에서 캡처한 보관된 예외 정보와 함께 WER(Windows 오류 보고)에 제출됩니다.
반환 값
이 함수는 값을 반환하지 않습니다.
설명
RoFailFastWithErrorContextInternal2 는 가져오기 라이브러리 또는 헤더 파일과 연결되지 않습니다. 먼저 LoadLibrary 함수(로드 ComBase.dll
)를 사용한 다음 GetProcAddress 함수를 호출하여 RoFailFastWithErrorContextInternal2의 주소를 검색하여 호출할 수 있습니다.
자세한 내용은 RoFailFastWithErrorContext 함수를 참조하세요.
요구 사항
대상 플랫폼 | Windows |
헤더 | 해당 없음 |
라이브러리 | 해당 없음 |
DLL | ComBase.dll |