Condividi tramite


Funzione WheaGetErrPacketFromErrRecord (ntddk.h)

La funzione WheaGetErrPacketFromErrRecord restituisce un puntatore al pacchetto di errore hardware contenuto in un record di errore WHEA. Il pacchetto di errore hardware viene formattato come struttura WHEA_ERROR_PACKET .

Sintassi

PWHEA_ERROR_PACKET WheaGetErrPacketFromErrRecord(
  [in] PWHEA_ERROR_RECORD Record
);

Parametri

[in] Record

Puntatore a un record di errore WHEA formattato come struttura WHEA_ERROR_RECORD .

Valore restituito

WheaGetErrPacketFromErrRecord restituisce un puntatore alla struttura WHEA_ERROR_PACKET all'interno della struttura WHEA_ERROR_RECORD . Se la funzione non individua la struttura WHEA_ERROR_PACKET, restituisce NULL.

Commenti

La funzione WheaGetErrPacketFromErrRecord restituisce un puntatore al pacchetto di errore hardware contenuto all'interno di un record di errore.

Requisiti

Requisito Valore
Client minimo supportato Supportato in Windows Server 2008, Windows Vista SP1 e versioni successive di Windows.
Piattaforma di destinazione Desktop
Intestazione ntddk.h (include Ntddk.h)
IRQL <=DISPATCH_LEVEL

Vedi anche

Record di errore

WHEA_ERROR_PACKET

WHEA_ERROR_RECORD