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結構的指標陣列。 每個結構都包含描述存根例外狀況的資訊。 這些結構中的資訊接著會提交至Windows 錯誤報告 (WER) ,以及平臺所擷取的 stowed 例外狀況資訊。
傳回值
此函式不會傳回值。
備註
RoFailFastWithErrorCoNtextInternal2 未與匯入程式庫或標頭檔相關聯。 您可以先使用 LoadLibrary 函式來呼叫 ComBase.dll
它, (載入) ,然後呼叫 GetProcAddress 函式來擷取 RoFailFastWithErrorCoNtextInternal2的位址。
如需詳細資訊,請參閱 RoFailFastWithErrorCoNtext 函式。
規格需求
目標平台 | Windows |
標頭 | N/A |
程式庫 | N/A |
Dll | ComBase.dll |