NDIS_TAPI_CLOSE (Compact 2013)
3/26/2014
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.
Syntax
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
Header |
ndistapi.h, |
See Also
Reference
NDIS 5.x Legacy Structures
OID_TAPI_CLOSE
MiniportSetInformation