The KeDeregisterBugCheckReasonCallback routine removes a callback routine that was registered by KeRegisterBugCheckReasonCallback.
NTKERNELAPI
BOOLEAN
KeDeregisterBugCheckReasonCallback (
IN PKBUGCHECK_REASON_CALLBACK_RECORD CallbackRecord
);
KeDeregisterBugCheckReasonCallback returns TRUE if the callback is successfully removed. It returns FALSE if the specified callback is not registered.
Declared in ntddk.h. Include ntddk.h.
This routine is only available in Windows XP Service Pack 1 (SP1), Windows Server 2003, and later operating systems.
Callers of KeDeregisterBugCheckReasonCallback can be running at any IRQL.