NDIS_TAPI_CLOSE_CALL (Windows Embedded CE 6.0)
1/6/2010
OID_TAPI_CLOSE_CALL uses the NDIS_TAPI_CLOSE_CALL structure when it requests the miniport driver to close a specified call after completing or terminating all outstanding asynchronous requests on the call.
Support for this request is mandatory.
Syntax
typedef struct _NDIS_TAPI_CLOSE_CALL {
ULONG ulRequestID;
HDRV_CALL hdCall;
} NDIS_TAPI_CLOSE_CALL, *PNDIS_TAPI_CLOSE_CALL;
Members
- ulRequestID
[in] Reserved.
- hdCall
[in] Specifies the miniport driver's handle to the call to be closed. After the call 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, ntddndis.h |
Windows Embedded CE | Windows CE .NET 4.0 and later |