NDIS_MAC_LINE_DOWN (Windows CE 5.0)

Send Feedback

This structure contains information associated with a line-down indication made by a wide area network (WAN) network interface card (NIC) miniport.

typedef struct _NDIS_MAC_LINE_DOWN {NDIS_HANDLE NdisLinkContext;} NDIS_MAC_LINE_DOWN, *PNDIS_MAC_LINE_DOWN;

Members

  • NdisLinkContext
    Specifies the handle, identifying the link that the miniport set in the line-up indication when the link was established.

Remarks

A WAN NIC driver calls NdisMIndicateStatus with this type of indication when a link between a local node and a remote node in a WAN becomes inactive.

Requirements

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

See Also

NDIS_MAC_LINE_UP | NDIS_WAN_LINE_DOWN | NdisMIndicateStatus

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.