ReactOS
0.4.15-dev-5640-g0dde428
|
#include <stdarg.h>
#include <stdio.h>
#include "ntstatus.h"
#include "windef.h"
#include "winbase.h"
#include "winnt.h"
#include "winreg.h"
#include "winternl.h"
#include "excpt.h"
#include "wine/test.h"
Go to the source code of this file.
Macros | |
#define | WIN32_NO_STATUS |
#define | NONAMELESSUNION |
Functions | |
static | NTSTATUS (WINAPI *pNtGetContextThread)(HANDLE |
static | PVOID (WINAPI *pRtlUnwind)(PVOID |
static | VOID (WINAPI *pRtlCaptureContext)(CONTEXT *) |
static | ULONG (WINAPI *pRtlRemoveVectoredExceptionHandler)(PVOID handler) |
static | BOOL (WINAPI *pIsWow64Process)(HANDLE |
START_TEST (exception) | |
Variables | |
static void * | code_mem |
static | PVOID |
static | PEXCEPTION_RECORD |
static PVECTORED_EXCEPTION_HANDLER | func |
static const void void | SIZE_T |
static const void void SIZE_T *static LONG | exit_code |
static | PROCESSINFOCLASS |
static | ULONG |
static | PULONG |
static | PBOOL |
#define NONAMELESSUNION |
Definition at line 26 of file exception.c.
#define WIN32_NO_STATUS |
Definition at line 25 of file exception.c.
START_TEST | ( | exception | ) |
Definition at line 2684 of file exception.c.
|
static |
Definition at line 39 of file exception.c.
Referenced by START_TEST().
Definition at line 46 of file exception.c.
Definition at line 54 of file exception.c.
Definition at line 44 of file exception.c.
Definition at line 52 of file exception.c.
Definition at line 52 of file exception.c.
Referenced by PrintStackTrace().
Definition at line 44 of file exception.c.
Definition at line 52 of file exception.c.