KBUGCHECK_REASON_CALLBACK_RECORD - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// wdm.h

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;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-wdm-_kbugcheck_reason_callback_record)

KBUGCHECK_REASON_CALLBACK_RECORD structure

Description

For more info, see Windows kernel opaque structures.

Members

Entry

CallbackRoutine

Component

Checksum

Reason

State

For more information about how this structure is used, see Writing a Bug Check Callback Routine.

See also

Writing a Bug Check Callback Routine.