PCI_EXPRESS_SEC_AER_CAPABILITIES union (miniport.h)

The PCI_EXPRESS_SEC_AER_CAPABILITIES union describes a PCI Express (PCIe) secondary error capabilities and control register of a PCIe advanced error reporting capability structure.

Syntax

typedef union _PCI_EXPRESS_SEC_AER_CAPABILITIES {
  struct {
    ULONG SecondaryUncorrectableFirstErrorPtr : 5;
    ULONG Reserved : 27;
  } DUMMYSTRUCTNAME;
  ULONG  AsULONG;
} PCI_EXPRESS_SEC_AER_CAPABILITIES, *PPCI_EXPRESS_SEC_AER_CAPABILITIES;

Members

DUMMYSTRUCTNAME

The DUMMYSTRUCTNAME structure.

DUMMYSTRUCTNAME.SecondaryUncorrectableFirstErrorPtr

The bit position of the first error that was reported in the PCIe secondary uncorrectable error status register.

DUMMYSTRUCTNAME.Reserved

Reserved.

AsULONG

A ULONG representation of the contents of the PCI_EXPRESS_SEC_AER_CAPABILITIES union.

Remarks

The PCI_EXPRESS_SEC_AER_CAPABILITIES union is available in Windows Server 2008 and later versions of Windows.

A PCI_EXPRESS_SEC_AER_CAPABILITIES union is contained in the PCI_EXPRESS_BRIDGE_AER_CAPABILITY structure.

Requirements

Requirement Value
Header miniport.h (include Ntddk.h, Wdm.h, Miniport.h)

See also

PCI_EXPRESS_BRIDGE_AER_CAPABILITY