NDIS_WAN_LINE_DOWN
This message is sent to indicate a line-down status.
typedef struct _NDIS_WAN_LINE_DOWN {
UCHAR RemoteAddress[6];
UCHAR LocalAddress[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
Last updated on Tuesday, May 18, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.