NDIS_MAC_LINE_DOWN (Compact 2013)

3/26/2014

This structure contains information associated with a line-down indication made by a WAN network adapter miniport.

Syntax

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 network adapter 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

Header

ndis.h

See Also

Reference

NDIS 5.x Legacy Structures
NDIS_MAC_LINE_UP
NDIS_WAN_LINE_DOWN
NdisMIndicateStatus
NDIS 5.x Legacy Reference