PCI_REG_LIST (Compact 2013)
3/26/2014
This structure contains a list of PCI resources, typically a list of base addresses or window sizes that correspond to base addresses.
Syntax
typedef struct _PCI_REG_LIST {
DWORD Num;
DWORD Reg[PCI_TYPE0_ADDRESSES];
} PCI_REG_LIST, *PPCI_REG_LIST;
Members
- Num
Number of elements in the Reg array, from one through six.
- Reg
Array of resources, typically base addresses or corresponding sizes.
Requirements
Header |
pcireg.h |