Share via


OID_TAPI_PROVIDER_SHUTDOWN (Compact 2013)

3/26/2014

This OID requests the miniport driver to shut down its TAPI operations when TAPI is cleaning up its state because applications are no longer using TAPI services.

On receipt of this object, the miniport driver should terminate any activities associated with TAPI that it has in progress, call NdisMIndicateStatus with NDIS_MAC_LINE_DOWN to NDISWAN for any lines currently open, and clean up any state it was using to track TAPI operations.

Support for this request is mandatory.

This request uses an NDIS_TAPI_PROVIDER_SHUTDOWN structure.

Requirements

Header

ndistapi.h,
ntddndis.h

See Also

Reference

NDIS 5.x Legacy NDISTAPI Object Identifiers
NDIS_TAPI_PROVIDER_SHUTDOWN
NdisMIndicateStatus
NDIS_MAC_LINE_DOWN
MiniportSetInformation
NDIS 5.x Legacy Reference