OID_GEN_MEDIA_CONNECT_STATUS (Windows CE 5.0)

Send Feedback

OID_GEN_MEDIA_CONNECT_STATUS requests the miniport to return the connection status of the NIC on the network as one of the following system-defined values:

  • NdisMediaStateConnected
  • NdisMediaStateDisconnected

When a NIC miniport senses that the network connection has been lost, it must also call NdisMIndicateStatus with NDIS_STATUS_MEDIA_DISCONNECT. When the connection is restored, it must then call NdisMIndicateStatus with NDIS_STATUS_MEDIA_CONNECT.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Ntddndis.h.

See Also

MiniportQueryInformation | NdisMIndicateStatus | NDIS_REQUEST

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.