ReactOS 0.4.15-dev-7934-g1dc8d80
_KBUGCHECK_DATA Struct Reference

#include <aux_klib.h>

Public Attributes

ULONG BugCheckDataSize
 
ULONG BugCheckCode
 
ULONG_PTR Parameter1
 
ULONG_PTR Parameter2
 
ULONG_PTR Parameter3
 
ULONG_PTR Parameter4
 

Detailed Description

Definition at line 44 of file aux_klib.h.

Member Data Documentation

◆ BugCheckCode

ULONG _KBUGCHECK_DATA::BugCheckCode

Definition at line 46 of file aux_klib.h.

Referenced by FxpBugCheckCallbackFilter().

◆ BugCheckDataSize

ULONG _KBUGCHECK_DATA::BugCheckDataSize

Definition at line 45 of file aux_klib.h.

Referenced by FxpBugCheckCallbackFilter().

◆ Parameter1

ULONG_PTR _KBUGCHECK_DATA::Parameter1

Definition at line 47 of file aux_klib.h.

Referenced by FxpBugCheckCallbackFilter().

◆ Parameter2

ULONG_PTR _KBUGCHECK_DATA::Parameter2

Definition at line 48 of file aux_klib.h.

Referenced by FxpBugCheckCallbackFilter().

◆ Parameter3

ULONG_PTR _KBUGCHECK_DATA::Parameter3

Definition at line 49 of file aux_klib.h.

Referenced by FxpBugCheckCallbackFilter().

◆ Parameter4

ULONG_PTR _KBUGCHECK_DATA::Parameter4

Definition at line 50 of file aux_klib.h.

Referenced by FxpBugCheckCallbackFilter().


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