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.
The KeDeregisterBugCheckCallback routine removes a callback routine that was registered by KeRegisterBugCheckCallback.
Syntax
BOOLEAN KeDeregisterBugCheckCallback(
[in, out] PKBUGCHECK_CALLBACK_RECORD CallbackRecord
);
Parameters
[in, out] CallbackRecord
Pointer to a KBUGCHECK_CALLBACK_RECORD structure. CallbackRecord must be the same value that was passed to KeRegisterBugCheckCallback when the callback was registered.
Return value
KeDeregisterBugCheckCallback returns TRUE if the specified callback is successfully removed. It returns FALSE if the specified callback is not registered.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Available starting with Windows 2000. |
Target Platform | Universal |
Header | wdm.h (include Wdm.h, Ntddk.h, Ntifs.h) |
Library | NtosKrnl.lib |
DLL | NtosKrnl.exe |
IRQL | Any level |