PCI_EXPRESS_DPC_ERROR_SOURCE_ID - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ntddk.h

typedef union _PCI_EXPRESS_DPC_ERROR_SOURCE_ID {
  struct {
    USHORT Function : 3;
    USHORT Device : 5;
    USHORT Bus : 8;
  } DUMMYSTRUCTNAME;
  USHORT AsUSHORT;
} PCI_EXPRESS_DPC_ERROR_SOURCE_ID, *PPCI_EXPRESS_DPC_ERROR_SOURCE_ID;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ntddk-pci_express_dpc_error_source_id)

Description

Members

DUMMYSTRUCTNAME

DUMMYSTRUCTNAME.Function

DUMMYSTRUCTNAME.Device

DUMMYSTRUCTNAME.Bus

AsUSHORT

Remarks

See also