From 08ce77a1f5afd459c4092b887e1d60af7728faa7 Mon Sep 17 00:00:00 2001 From: midipix Date: Thu, 14 Mar 2019 12:29:55 +0000 Subject: api headers: moved enum _nt_exception_disposition to nt_exception.h. --- include/ntapi/nt_exception.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'include/ntapi/nt_exception.h') diff --git a/include/ntapi/nt_exception.h b/include/ntapi/nt_exception.h index 657c0bd..8465d7c 100644 --- a/include/ntapi/nt_exception.h +++ b/include/ntapi/nt_exception.h @@ -8,6 +8,13 @@ /* limits */ #define NT_EXCEPTION_MAX_PARAMS (0x0F) +typedef enum _nt_exception_disposition { + NT_EXCEPTION_CONTINUE_EXECUTION, + NT_EXCEPTION_CONTINUE_SEARCH, + NT_EXCEPTION_NESTED_EXCEPTION, + NT_EXCEPTION_COLLIDED_UNWIND +} nt_exception_disposition; + typedef struct _nt_exception_record { uint32_t exception_code; uint32_t exception_flags; -- cgit v1.2.3