Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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 |