NDIS_TAPI_CLOSE (Windows Embedded CE 6.0)

1/6/2010

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, ntddndis.h
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

NDIS Structures
OID_TAPI_CLOSE
MiniportSetInformation