OID_TAPI_CLOSE_CALL

The OID_TAPI_CLOSE_CALL OID 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.

This request uses an NDIS_TAPI_CLOSE_CALL structure, defined as follows:

typedef struct _NDIS_TAPI_CLOSE_CALL {         
         IN ULONG ulRequestID;
         IN HDRV_CALL hdCall;
 } NDIS_TAPI_CLOSE_CALL, *PNDIS_TAPI_CLOSE_CALL;

The members of this structure contain the following information:

  • ulRequestID
    Reserved.

  • hdCall
    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.

The MiniportSetInformationfunction can return one of the following:

NDIS_STATUS_SUCCESS

NDIS_STATUS_PENDING

 

 

Send comments about this topic to Microsoft