NDIS_STATUS_MEDIA_CONNECT (Compact 2013)
3/26/2014
This status indicates that the status of a device's network connection has changed from disconnected to connected. For example, a device connects when it comes within range of an access point (for a wireless device) or when the user connects the device's network cable.
Remarks
NDIS translates NDIS_STATUS_MEDIA_CONNECT status indications to NDIS_STATUS_LINK_STATE status indications for overlying NDIS 6.0 drivers.
NDIS 5.x and earlier miniport drivers indicate an NDIS_STATUS_MEDIA_DISCONNECT status when a miniport driver determines that the network connection has been lost. When the connection is restored, the driver indicates an NDIS_STATUS_MEDIA_CONNECT status.
Requirements
Header |
ndis.h |
See Also
Reference
NDIS General Status Indications
NDIS_STATUS_LINK_STATE
NDIS_STATUS_MEDIA_DISCONNECT