typedef struct _NDIS_WAN_LINE_DOWN { IN UCHAR RemoteAddress[6]; IN UCHAR LocalAddress[6]; } NDIS_WAN_LINE_DOWN, *PNDIS_WAN_LINE_DOWN;
NDIS_WAN_LINE_DOWN contains information associated with a line-down indication.
When a WAN miniport calls NdisMIndicateStatus with a line-down indication, NDISWAN forwards the indication to interested protocol(s), formatted in this structure.
NDIS_MAC_LINE_DOWN, NdisMIndicateStatus, NDIS_WAN_FRAGMENT, NDIS_WAN_LINE_UP, ProtocolStatus