Partilhar via


WHEA_PCI_RECOVERY_SECTION estrutura (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 UINT8 SignalType.

RecoveryAttempted

Define o membro BOOLEANRecoveryAttempted.

RecoveryStatus

Define o membro UINT8 RecoveryStatus.

Requisitos

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