NDIS_TAPI_CLOSE (Windows CE 5.0)
OID_TAPI_CLOSE uses the NDIS_TAPI_CLOSE structure when it requests the miniport driver to close the specified open line device.
Support for this request is mandatory.
typedef struct _NDIS_TAPI_CLOSE { ULONGulRequestID;HDRV_LINEhdLine;} NDIS_TAPI_CLOSE, *PNDIS_TAPI_CLOSE;
Members
- ulRequestID
[in] Reserved. - hdLine
[in] Specifies the miniport driver's handle to the line to be closed. After the line has been successfully closed, this handle is no longer valid.
Remarks
The MiniportSetInformation function can return one of the following:
- NDIS_STATUS_SUCCESS
- NDIS_STATUS_PENDING
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Ntddndis.h and Ndistapi.h.
See Also
OID_TAPI_CLOSE | MiniportSetInformation
Send Feedback on this topic to the authors