Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
3/26/2014
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 |
See Also
Reference
NDIS 5.x Legacy Messages
NdisMIndicateStatus
NDIS 5.x Legacy Reference