Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Send Feedback on this topic to the authors