NDIS_WAN_LINE_DOWN (Windows Embedded CE 6.0)
1/6/2010
This message is sent to indicate a line-down status.
Syntax
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 Value
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
Header | ndis.h |
Windows Embedded CE | Windows CE 3.0 and later |