Previous Next

KBUGCHECK_CALLBACK_RECORD

The KBUGCHECK_CALLBACK_RECORD structure is an opaque structure that is used by the KeRegisterBugCheckCallback and KeDeregisterBugCheckCallback routines.

Headers

Declared in ntddk.h. Include ntddk.h.

Comments

The KBUGCHECK_CALLBACK_RECORD structure is used for bookkeeping by the KeRegisterBugCheckReasonCallback and KeDeregisterBugCheckReasonCallback routines.

The structure must be allocated in resident memory, such as nonpaged pool. Use the KeInitializeCallbackRecord routine to initialize the structure before using it.

See Also

KeInitializeCallbackRecord, KeDeregisterBugCheckCallback, KeRegisterBugCheckCallback, BugCheckDumpIoCallback, BugCheckSecondaryDumpDataCallback