estrutura WHEA_PCI_RECOVERY_SECTION (ntddk.h)

Descreve a estrutura WHEA_PCI_RECOVERY_SECTION .

Sintaxe

typedef struct _WHEA_PCI_RECOVERY_SECTION {
  UINT8   SignalType;
  BOOLEAN RecoveryAttempted;
  UINT8   RecoveryStatus;
} WHEA_PCI_RECOVERY_SECTION, *PWHEA_PCI_RECOVERY_SECTION;

Membros

SignalType

Define o membro UINT8SignalType.

RecoveryAttempted

Define o membro BOOLEANRecoveryAttempted.

RecoveryStatus

Define o membro UINT8RecoveryStatus.

Requisitos

Requisito Valor
Cliente mínimo com suporte Windows 11, versão 22H2
Cabeçalho ntddk.h (inclua Ntddk.h)