WHEA_IPF_CMC_DESCRIPTOR structure (ntddk.h)
The WHEA_IPF_CMC_DESCRIPTOR structure describes a corrected machine check (CMC) error source for an Itanium processor.
Syntax
typedef struct _WHEA_IPF_CMC_DESCRIPTOR {
USHORT Type;
UCHAR Enabled;
UCHAR Reserved;
} WHEA_IPF_CMC_DESCRIPTOR, *PWHEA_IPF_CMC_DESCRIPTOR;
Members
Type
The type of error source descriptor. This member is always set to WHEA_ERROR_SOURCE_DESCRIPTOR_TYPE_IPFCMC.
Enabled
A Boolean value that indicates if the error source is enabled.
Reserved
Reserved for system use.
Remarks
A WHEA_IPF_CMC_DESCRIPTOR structure is contained within the WHEA_ERROR_SOURCE_DESCRIPTOR structure.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Supported in Windows Server 2008, Windows Vista SP1, and later versions of Windows. |
Header | ntddk.h (include Ntddk.h) |