NDIS_STATUS_RING_STATUS

The NDIS_STATUS_RING_STATUS status indicates the ring status of a line. A WAN-capable miniport driver can use this status to report a ring failure.

Remarks

NDIS 4.x and earlier NDIS WAN miniport drivers use this status indication. NDIS 5.0 and later WAN miniport drivers must use the CoNDIS WAN interface. For more information about the CoNDIS WAN interface, see Implementing CoNDIS WAN Miniport Drivers (NDIS 5.1).

The StatusBuffer parameter of the NdisMIndicateStatus function contains a ULONG value with one of the following status values:

NDIS_RING_LOBE_WIRE_FAULT

NDIS_RING_HARD_ERROR

NDIS_RING_SIGNAL_LOSS

These values specify ring conditions that are the reason for the status indication. For more information about NDIS_STATUS_RING_STATUS, see Reporting Hardware Status (NDIS 5.1).

Requirements

Version

Not supported for NDIS 6.0 drivers or NDIS 5.1 drivers in Windows Vista or Windows XP. Supported for NDIS 4.x drivers.

Header

Ndis.h (include Ndis.h)

See also

NdisMIndicateStatus