PCI_EXPRESS_DPC_ERROR_SOURCE_ID 공용 구조체(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;
멤버
DUMMYSTRUCTNAME
DUMMYSTRUCTNAME.Function
DUMMYSTRUCTNAME.Device
DUMMYSTRUCTNAME.Bus
AsUSHORT
요구 사항
요구 사항 | 값 |
---|---|
헤더 | ntddk.h |