Creating NDIS Interfaces for NDIS Ports

By default, NDIS does not create an NDIS network interface for an NDIS port. If necessary, NDIS drivers can call the NdisIfRegisterProvider function to register as an NDIS interface provider and call the NdisIfRegisterInterface function to register an interface for a port.

For more information about NDIS network interfaces, see NDIS 6.0 Network Interfaces.