Share via


NDIS_INTERFACE_TYPE

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

 Last updated on Tuesday, May 18, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.