Share via


NDIS_WAN_LINE_DOWN (Windows CE 5.0)

Send Feedback

This message is sent to indicate a line-down status.

typedef struct _NDIS_WAN_LINE_DOWN {UCHARRemoteAddress[6];UCHARLocalAddress[6];} NDIS_WAN_LINE_DOWN, *PNDIS_WAN_LINE_DOWN;

Parameters

  • RemoteAddress
    Specifies the address of the remote node in Ethernet-style format, as set up when the link was established in the initial line-up indication.
  • LocalAddress
    Specifies the address of the local node in Ethernet-style format, as set up when the link was established in the initial line-up indication.

Return Values

None.

Remarks

When a WAN miniport calls the NdisMIndicateStatus function with a line-down indication, NDISWAN forwards the indication to interested protocols, formatted in this structure.

Requirements

OS Versions: Windows CE 3.0 and later.
Header: Ndis.h.

See Also

NdisMIndicateStatus

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.