WAN Miniport Driver Indications (Windows CE 5.0)
WAN miniport drivers indicate status and received data differently from the NDISWAN driver.
To indicate WAN-specific status, a WAN miniport driver calls the NdisMIndicateStatus function similar to LAN-miniport NIC drivers.
To indicate data that has been received over a wide area network, a WAN miniport driver calls the NdisMWanIndicateReceive function instead of the comparable function used by a LAN-miniport NIC driver.
See Also
WAN Miniport Drivers | NdisMIndicateStatus | NdisMWanIndicateReceive
Send Feedback on this topic to the authors