ReactOS 0.4.15-dev-7788-g1ad9096
excpt.h File Reference
#include <crtdefs.h>
Include dependency graph for excpt.h:

Go to the source code of this file.

Macros

#define EXCEPTION_EXECUTE_HANDLER   1
 
#define EXCEPTION_CONTINUE_SEARCH   0
 
#define EXCEPTION_CONTINUE_EXECUTION   -1
 

Typedefs

typedef enum _EXCEPTION_DISPOSITION EXCEPTION_DISPOSITION
 

Enumerations

enum  _EXCEPTION_DISPOSITION {
  ExceptionContinueExecution , ExceptionContinueSearch , ExceptionNestedException , ExceptionCollidedUnwind ,
  ExceptionContinueExecution , ExceptionContinueSearch , ExceptionNestedException , ExceptionCollidedUnwind
}
 

Macro Definition Documentation

◆ EXCEPTION_CONTINUE_EXECUTION

#define EXCEPTION_CONTINUE_EXECUTION   -1

Definition at line 87 of file excpt.h.

◆ EXCEPTION_CONTINUE_SEARCH

#define EXCEPTION_CONTINUE_SEARCH   0

Definition at line 86 of file excpt.h.

◆ EXCEPTION_EXECUTE_HANDLER

#define EXCEPTION_EXECUTE_HANDLER   1

Definition at line 85 of file excpt.h.

Typedef Documentation

◆ EXCEPTION_DISPOSITION

This file has no copyright assigned and is placed in the Public Domain. This file is part of the w64 mingw-runtime package. No warranty is given; refer to the file DISCLAIMER within this package.

Enumeration Type Documentation

◆ _EXCEPTION_DISPOSITION

This file has no copyright assigned and is placed in the Public Domain. This file is part of the w64 mingw-runtime package. No warranty is given; refer to the file DISCLAIMER within this package.

Enumerator
ExceptionContinueExecution 
ExceptionContinueSearch 
ExceptionNestedException 
ExceptionCollidedUnwind 
ExceptionContinueExecution 
ExceptionContinueSearch 
ExceptionNestedException 
ExceptionCollidedUnwind 

Definition at line 17 of file excpt.h.

18{
@ ExceptionContinueSearch
Definition: excpt.h:20
@ ExceptionCollidedUnwind
Definition: excpt.h:22
@ ExceptionNestedException
Definition: excpt.h:21
@ ExceptionContinueExecution
Definition: excpt.h:19
enum _EXCEPTION_DISPOSITION EXCEPTION_DISPOSITION