Condividi tramite


Funzione WheaHwErrorReportAbandonDeviceDriver (ntddk.h)

Questa routine abbandona la segnalazione degli errori in corso e rilascia le relative risorse.

Sintassi

NTSTATUS WheaHwErrorReportAbandonDeviceDriver(
  WHEA_ERROR_HANDLE ErrorHandle
);

Parametri

ErrorHandle

Handle restituito da WheaCreateHwErrorReportDeviceDriver.

Valore restituito

Restituisce STATUS_SUCCESS o STATUS_INVALID_HANDLE se l'handle non è valido.

Commenti

Se WheaAddHwErrorReportSectionDeviceDriver ha esito negativo o l'errore non è più valido, il driver può chiamare questa routine per pulire le risorse senza inviare un report a WHEA.

Requisiti

Requisito Valore
Client minimo supportato Windows 10, versione 2004
Intestazione ntddk.h