Share via


PCI_REG_LIST (Windows CE 5.0)

Send Feedback

This structure contains a list of PCI resources, typically a list of base addresses or window sizes that correspond to base addresses.

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

OS Versions: Windows CE .NET 4.0 and later.
Header: PCIReg.h.

See Also

PCI_REG_INFO

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.