Share via


NDIS_STATUS_TAPI_INDICATION (Compact 2013)

3/26/2014

This status indicates that a Telephony Application Programming Interface (TAPI) event occurred. A WAN-capable miniport driver can indicate TAPI status.

Remarks

Network Driver Interface Specification (NDIS) 4.x and earlier NDIS WAN miniport drivers use this status indication. NDIS 5.0 through NDIS 6.2 WAN miniport drivers must use the CoNDIS WAN interface.

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).

Requirements

Header

ndiswan.h

See Also

Reference

NDIS WAN Status Indications
NDIS_TAPI_EVENT
NdisMIndicateStatus