ReactOS 0.4.16-dev-303-g11d5cb8
|
Go to the source code of this file.
Functions | |
LONG WINAPI | Filter1 (LPEXCEPTION_POINTERS p) |
LONG WINAPI | Filter2 (LPEXCEPTION_POINTERS p) |
static VOID | TestSetUnhandledExceptionFilter (VOID) |
static LONG WINAPI | ExceptionFilterSSESupport (LPEXCEPTION_POINTERS exp) |
static LONG WINAPI | ExceptionFilterSSEException (LPEXCEPTION_POINTERS exp) |
static VOID | TestSSEExceptions (VOID) |
START_TEST (SetUnhandledExceptionFilter) | |
Variables | |
static BOOL | ExceptionCaught = FALSE |
|
static |
Definition at line 70 of file SetUnhandledExceptionFilter.c.
Referenced by TestSSEExceptions().
|
static |
Definition at line 40 of file SetUnhandledExceptionFilter.c.
Referenced by TestSSEExceptions().
LONG WINAPI Filter1 | ( | LPEXCEPTION_POINTERS | p | ) |
Definition at line 16 of file SetUnhandledExceptionFilter.c.
Referenced by TestSetUnhandledExceptionFilter().
LONG WINAPI Filter2 | ( | LPEXCEPTION_POINTERS | p | ) |
Definition at line 17 of file SetUnhandledExceptionFilter.c.
Referenced by TestSetUnhandledExceptionFilter().
START_TEST | ( | SetUnhandledExceptionFilter | ) |
Definition at line 200 of file SetUnhandledExceptionFilter.c.
Definition at line 26 of file SetUnhandledExceptionFilter.c.
Referenced by START_TEST().
Definition at line 109 of file SetUnhandledExceptionFilter.c.
Referenced by START_TEST().
Definition at line 68 of file SetUnhandledExceptionFilter.c.
Referenced by ExceptionFilterSSEException(), and TestSSEExceptions().