ReactOS 0.4.16-dev-319-g6cf4263
|
#include <DebugData.h>
Public Attributes | |
USHORT | SizeOfPointer |
USHORT | StaticDataVersion |
USHORT | PerNicDataVersion |
USHORT | ulMaxContexts |
LARGE_INTEGER | qCrashTime |
UINT64 | PerNicData |
UINT64 | DataArea |
UINT64 | DataAreaSize |
Definition at line 72 of file DebugData.h.
UINT64 _tagBugCheckStaticDataHeader::DataArea |
Definition at line 80 of file DebugData.h.
Referenced by ParaNdis_PrepareBugCheckData().
UINT64 _tagBugCheckStaticDataHeader::DataAreaSize |
Definition at line 81 of file DebugData.h.
Referenced by ParaNdis_PrepareBugCheckData().
UINT64 _tagBugCheckStaticDataHeader::PerNicData |
Definition at line 79 of file DebugData.h.
Referenced by ParaNdis_PrepareBugCheckData().
USHORT _tagBugCheckStaticDataHeader::PerNicDataVersion |
Definition at line 76 of file DebugData.h.
Referenced by ParaNdis_PrepareBugCheckData().
LARGE_INTEGER _tagBugCheckStaticDataHeader::qCrashTime |
Definition at line 78 of file DebugData.h.
Referenced by FillDataOnBugCheck().
USHORT _tagBugCheckStaticDataHeader::SizeOfPointer |
Definition at line 74 of file DebugData.h.
Referenced by ParaNdis_PrepareBugCheckData().
USHORT _tagBugCheckStaticDataHeader::StaticDataVersion |
Definition at line 75 of file DebugData.h.
Referenced by ParaNdis_PrepareBugCheckData().
USHORT _tagBugCheckStaticDataHeader::ulMaxContexts |
Definition at line 77 of file DebugData.h.
Referenced by ParaNdis_PrepareBugCheckData().