Skip to content

Latest commit

 

History

History
84 lines (74 loc) · 1.76 KB

File metadata and controls

84 lines (74 loc) · 1.76 KB
title __CxxFrameHandler | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-standard-libraries
ms.tgt_pltfrm
ms.topic article
apiname
__CxxFrameHandler
apilocation
msvcr110.dll
msvcrt.dll
msvcr80.dll
msvcr100.dll
msvcr110_clr0400.dll
msvcr90.dll
msvcr120.dll
apitype DLLExport
f1_keywords
__CxxFrameHandler
dev_langs
C++
helpviewer_keywords
__CxxFrameHandler
ms.assetid b79ac97f-425a-42ae-9b91-8beaef935333
caps.latest.revision 3
author corob-msft
ms.author corob
manager ghogen
translation.priority.ht
cs-cz
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
pl-pl
pt-br
ru-ru
tr-tr
zh-cn
zh-tw

__CxxFrameHandler

Internal CRT function. Used by the CRT to handle structured exception frames.

Syntax

EXCEPTION_DISPOSITION __CxxFrameHandler(  
      EHExceptionRecord  *pExcept,  
      EHRegistrationNode *pRN,  
      void               *pContext,   
      DispatcherContext  *pDC  
   )  

Parameters

pExcept
Exception record that is passed to the possible catch statements.

pRN
Dynamic information about the stack frame that is used to handle the exception. For more information, see ehdata.h.

pContext
Context. (Not used on Intel processors.)

pDC
Additional information about the function entry and stack frame.

Return Value

One of the filter expression values used by the try-except Statement.

Remarks

Requirements

Routine Required header
__CxxFrameHandler excpt.h, ehdata.h