Click to Rate and Give Feedback
MSDN
MSDN Library
Windows Driver Kit
Network
Reference
NDIS 5.1
 NDIS_MAC_LINE_DOWN

  Switch on low bandwidth view
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 May 20, 2009
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker