Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
For more info, see Windows kernel opaque structures.
Syntax
typedef struct _KBUGCHECK_REASON_CALLBACK_RECORD {
LIST_ENTRY Entry;
PKBUGCHECK_REASON_CALLBACK_ROUTINE CallbackRoutine;
PUCHAR Component;
ULONG_PTR Checksum;
KBUGCHECK_CALLBACK_REASON Reason;
UCHAR State;
} KBUGCHECK_REASON_CALLBACK_RECORD, *PKBUGCHECK_REASON_CALLBACK_RECORD;
Members
Entry
CallbackRoutine
Component
Checksum
Reason
State
For more information about how this structure is used, see Writing a Bug Check Callback Routine.
Requirements
Requirement | Value |
---|---|
Header | wdm.h |