Windows Driver Kit: Network Devices and Protocols
NDIS_MAC_LINE_DOWN

The NDIS_MAC_LINE_DOWN structure contains information associated with a line-down indication made by a WAN miniport driver.

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

Member

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

Comments

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

NDISWAN forwards such a line-down indication to the affected protocol(s), formatted as an NDIS_WAN_LINE_DOWN structure.

Requirements

Headers: Declared in Ndiswan.h. Include Ndiswan.h.

See Also

NDIS_MAC_LINE_UP, NdisMIndicateStatus, NDIS_WAN_LINE_DOWN


Send feedback on this topic
Built on November 19, 2009
Page view tracker