OID_WWAN_DEVICE_SERVICE_SESSION_WRITE
OID_WWAN_DEVICE_SERVICE_SESSION_WRITE directs the miniport driver to write data to the MB device for a device service session.
Query requests are not supported.
Miniport drivers must process set requests asynchronously, initially returning NDIS_STATUS_INDICATION_REQUIRED to the original request, and later sending a NDIS_STATUS_WWAN_DEVICE_SERVICE_SESSION_WRITE_COMPLETE status notification containing a NDIS_WWAN_DEVICE_SERVICE_SESSION_WRITE_COMPLETE structure that describes the completion status of the operation.
Miniport drivers should return NDIS_STATUS_ADAPTER_NOT_OPEN if the device service session is not open.
Requirements
Version |
Versions: Supported in Windows 8 and later versions of Windows. |
Header |
Ntddndis.h (include Ndis.h) |