NDIS_TAPI_CLOSE
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 {
ULONG ulRequestID;
HDRV_LINE hdLine;
} 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
Last updated on Tuesday, May 18, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.