The KeDeregisterBugCheckCallback routine removes a callback routine that was registered by KeRegisterBugCheckCallback.
BOOLEAN
KeDeregisterBugCheckCallback(
IN PKBUGCHECK_CALLBACK_RECORD CallbackRecord
);
KeDeregisterBugCheckCallback returns TRUE if the specified callback is successfully removed. It returns FALSE if the specified callback is not registered.
Declared in ntddk.h. Include ntddk.h.
Callers of KeDeregisterBugCheckCallback can be running at any IRQL.