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.
1/6/2010
This structure contains information associated with a line-down indication made by a wide area network (WAN) network interface card (NIC) miniport.
Syntax
typedef struct _NDIS_MAC_LINE_DOWN {
NDIS_HANDLE NdisLinkContext;
} NDIS_MAC_LINE_DOWN, *PNDIS_MAC_LINE_DOWN;
Members
- NdisLinkContext
Specifies the handle, identifying the link that the miniport set in the line-up indication when the link was established.
Remarks
A WAN NIC driver calls NdisMIndicateStatus with this type of indication when a link between a local node and a remote node in a WAN becomes inactive.
Requirements
| Header | ndis.h |
| Windows Embedded CE | Windows CE .NET 4.0 and later |
See Also
Reference
NDIS Structures
NDIS_MAC_LINE_UP
NDIS_WAN_LINE_DOWN
NdisMIndicateStatus