WHEA_PCI_RECOVERY_SECTION 구조체(ntddk.h)
WHEA_PCI_RECOVERY_SECTION 구조를 설명합니다.
통사론
typedef struct _WHEA_PCI_RECOVERY_SECTION {
UINT8 SignalType;
BOOLEAN RecoveryAttempted;
UINT8 RecoveryStatus;
} WHEA_PCI_RECOVERY_SECTION, *PWHEA_PCI_RECOVERY_SECTION;
회원
SignalType
SignalType UINT8 멤버를 정의합니다.
RecoveryAttempted
RecoveryAttempted BOOLEAN 멤버를 정의합니다.
RecoveryStatus
RecoveryStatus UINT8 멤버를 정의합니다.
요구 사항
요구 | 값 |
---|---|
지원되는 최소 클라이언트 | Windows 11 버전 22H2 |
헤더 | ntddk.h(Ntddk.h 포함) |