NDIS_TAPI_PROVIDER_SHUTDOWN (Windows Embedded CE 6.0)
1/6/2010
OID_TAPI_PROVIDER_SHUTDOWN uses the NDIS_TAPI_PROVIDER_SHUTDOWN structure when it 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 identifier, 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.
Syntax
typedef struct _NDIS_TAPI_PROVIDER_SHUTDOWN {
ULONG ulRequestID;
} NDIS_TAPI_PROVIDER_SHUTDOWN, *PNDIS_TAPI_PROVIDER_SHUTDOWN;
Members
- ulRequestID
[in] Reserved.
Remarks
The MiniportSetInformation function can return one of the following:
- NDIS_STATUS_SUCCESS
- NDIS_STATUS_PENDING
- NDIS_STATUS_TAPI_RESOURCEUNAVAIL
- NDIS_STATUS_FAILURE
Requirements
Header | ndistapi.h, ntddndis.h |
Windows Embedded CE | Windows CE .NET 4.0 and later |
See Also
Reference
NDIS Structures
OID_TAPI_PROVIDER_SHUTDOWN
NdisMIndicateStatus
NDIS_MAC_LINE_DOWN
MiniportSetInformation