Share via


NDIS_INTERFACE_TYPE (Windows Embedded CE 6.0)

1/6/2010

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

Syntax

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

Header ndis.h
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

Network Driver Enumerations
NdisMSetAttributes
NdisMSetAttributesEx