PCI_REG_LIST (Windows Embedded CE 6.0)
1/6/2010
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 |
Windows Embedded CE | Windows CE .NET 4.0 and later |