ReactOS 0.4.15-dev-7924-g5949c20
_EXCEPTION_RECORD64 Struct Reference

#include <rtltypes.h>

Public Attributes

NTSTATUS ExceptionCode
 
ULONG ExceptionFlags
 
ULONG64 ExceptionRecord
 
ULONG64 ExceptionAddress
 
ULONG NumberParameters
 
ULONG __unusedAlignment
 
ULONG64 ExceptionInformation [EXCEPTION_MAXIMUM_PARAMETERS]
 
DWORD ExceptionCode
 
DWORD ExceptionFlags
 
DWORD64 ExceptionRecord
 
DWORD64 ExceptionAddress
 
DWORD NumberParameters
 
DWORD __unusedAlignment
 
DWORD64 ExceptionInformation [EXCEPTION_MAXIMUM_PARAMETERS]
 

Detailed Description

Definition at line 189 of file rtltypes.h.

Member Data Documentation

◆ __unusedAlignment [1/2]

ULONG _EXCEPTION_RECORD64::__unusedAlignment

Definition at line 195 of file rtltypes.h.

◆ __unusedAlignment [2/2]

DWORD _EXCEPTION_RECORD64::__unusedAlignment

Definition at line 2388 of file winnt_old.h.

◆ ExceptionAddress [1/2]

ULONG64 _EXCEPTION_RECORD64::ExceptionAddress

Definition at line 193 of file rtltypes.h.

◆ ExceptionAddress [2/2]

DWORD64 _EXCEPTION_RECORD64::ExceptionAddress

Definition at line 2386 of file winnt_old.h.

◆ ExceptionCode [1/2]

NTSTATUS _EXCEPTION_RECORD64::ExceptionCode

Definition at line 190 of file rtltypes.h.

Referenced by gdb_send_exception(), handle_gdb_c(), KdSendPacket(), and send_kd_state_change().

◆ ExceptionCode [2/2]

DWORD _EXCEPTION_RECORD64::ExceptionCode

Definition at line 2383 of file winnt_old.h.

◆ ExceptionFlags [1/2]

ULONG _EXCEPTION_RECORD64::ExceptionFlags

Definition at line 191 of file rtltypes.h.

◆ ExceptionFlags [2/2]

DWORD _EXCEPTION_RECORD64::ExceptionFlags

Definition at line 2384 of file winnt_old.h.

◆ ExceptionInformation [1/2]

ULONG64 _EXCEPTION_RECORD64::ExceptionInformation[EXCEPTION_MAXIMUM_PARAMETERS]

Definition at line 196 of file rtltypes.h.

◆ ExceptionInformation [2/2]

DWORD64 _EXCEPTION_RECORD64::ExceptionInformation[EXCEPTION_MAXIMUM_PARAMETERS]

Definition at line 2389 of file winnt_old.h.

◆ ExceptionRecord [1/2]

ULONG64 _EXCEPTION_RECORD64::ExceptionRecord

Definition at line 192 of file rtltypes.h.

◆ ExceptionRecord [2/2]

DWORD64 _EXCEPTION_RECORD64::ExceptionRecord

Definition at line 2385 of file winnt_old.h.

◆ NumberParameters [1/2]

ULONG _EXCEPTION_RECORD64::NumberParameters

Definition at line 194 of file rtltypes.h.

◆ NumberParameters [2/2]

DWORD _EXCEPTION_RECORD64::NumberParameters

Definition at line 2387 of file winnt_old.h.


The documentation for this struct was generated from the following files: