BUS_DATA_TYPE (Windows CE 5.0)

Send Feedback

This enumeration contains values for bus configuration accesses.

typedef enum _BUS_DATA_TYPE {ConfigurationSpaceUndefined = -1,Cmos,EisaConfiguration,Pos,CbusConfiguration,PCIConfiguration,VMEConfiguration,NuBusConfiguration,PCMCIAConfiguration,MPIConfiguration,MPSAConfiguration,PNPISAConfiguration,MaximumBusDataType} BUS_DATA_TYPE, *PBUS_DATA_TYPE;

Elements

  • ConfigurationSpaceUndefined
    Bus configuration is undefined.
  • Cmos
    CMOS configuration.
  • EisaConfiguration
    Extended ISA bus configuration.
  • Pos
    POS configuration.
  • CbusConfiguration
    C bus configurations.
  • PCIConfiguration
    PCI bus configuration.
  • VMEConfiguration
    VME bus configuration.
  • NuBusConfiguration
    NuBus bus configuration.
  • PCMCIAConfiguration
    PCMCIA bus configuration.
  • MPIConfiguration
    MPI bus configuration.
  • MPSAConfiguration
    MPSA bus configuration.
  • PNPISAConfiguration
    Plug and Play ISA bus configuration.
  • MaximumBusDataType
    Maximum value for a bus configuration.

Remarks

Microsoft provides support for EisaConfiguration and PCIConfiguration. You can add whatever support you want to your CEDDK.dll implementation. These elements are bus and interface descriptors that functions such as HalTranslateBusAddress use to determine how to translate between the address provided and a system address.

Requirements

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

See Also

HalTranslateBusAddress

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.