NDIS_INTERFACE_TYPE (Windows CE 5.0)

Send Feedback

This enumeration defines the I/O interface type of an NDIS network adapter bus.

typedef enum _NDIS_INTERFACE_TYPE {NdisInterfaceInternal = Internal,NdisInterfaceIsa = Isa,NdisInterfaceEisa = Eisa,NdisInterfaceMca = MicroChannel,NdisInterfaceTurboChannel = TurboChannel,NdisInterfacePci = PCIBus,NdisInterfacePcMcia = PCMCIABus,NdisInterfaceCBus = CBus,NdisInterfaceMPIBus = MPIBus,NdisInterfaceMPSABus = MPSABus,NdisInterfaceProcessorInternal = ProcessorInternal,NdisInterfaceInternalPowerBus = InternalPowerBus,NdisInterfacePNPISABus = PNPISABus,NdisInterfacePNPBus = PNPBus,NdisMaximumInterfaceType,} NDIS_INTERFACE_TYPE, *PNDIS_INTERFACE_TYPE;

Elements

  • NdisInterfaceInternal
    Specifies a host-specific internal interface.
  • NdisInterfaceIsa
    Specifies an ISA interface.
  • NdisInterfaceEisa
    Specifies an extended ISA interface.
  • NdisInterfaceMca
    Not supported.
  • NdisInterfaceTurboChannel
    Not supported.
  • NdisInterfacePci
    Specifies the Peripheral Component Interconnect (PCI) interface.
  • NdisInterfacePcMcia
    Specifies the Personal Computer Memory Card International Association (PCMCIA) interface.
  • NdisInterfaceCBus
    Not supported.
  • NdisInterfaceMPIBus
    Not supported.
  • NdisInterfaceMPSABus
    Not supported.
  • NdisInterfaceProcessorInternal
    Not supported.
  • NdisInterfaceInternalPowerBus
    Not supported.
  • NdisInterfacePNPISABus
    Not supported.
  • NdisInterfacePNPBus
    Not supported.
  • NdisMaximumInterfaceType
    Specifies the interface upper bound.

Remarks

None.

Requirements

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

See Also

NdisMSetAttributes | NdisMSetAttributesEx

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.