Partager via


PCI_REG_LIST

This structure contains a list of PCI resources, typically a list of base addresses or windows 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 | PCI Device Support

Last updated on Wednesday, April 13, 2005

© 2005 Microsoft Corporation. All rights reserved.