NDIS_STATUS_TAPI_INDICATION

The NDIS_STATUS_TAPI_INDICATION status indicates that a TAPI event occurred. A WAN-capable miniport driver can indicate TAPI status.

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 pointer to an NDIS_TAPI_EVENT structure.The NDIS_TAPI_EVENT structure describes the TAPI line or call event that occurs (for example, changes in line and call states, the arrival of an incoming call, and the closing by a remote node or by the miniport driver of an existing call or line).

For more information about NDIS_STATUS_TAPI_INDICATION, see Indicating NDIS WAN Miniport Driver 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

NDIS_TAPI_EVENT

NdisMIndicateStatus