OID_WWAN_SUBSCRIBE_DEVICE_SERVICE_EVENTS

OID_WWAN_SUBSCRIBE_DEVICE_SERVICE_EVENTS sets information about the list of device services for which the MB device must send NDIS_STATUS_WWAN_DEVICE_SERVICE_EVENT notifications. The MB device should not indicate events for any device service which is not in this list.

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_SUBSCRIPTION status notification that contains the current list of event subscriptions on the MB device.

Callers requesting to set the MB device service event subscription list provide a NDIS_WWAN_SUBSCRIBE_DEVICE_SERVICE_EVENTS structure to the miniport driver with the appropriate information.

Requirements

Version

Versions: Supported in Windows 8 and later versions of Windows.

Header

Ntddndis.h (include Ndis.h)

See also

NDIS_STATUS_WWAN_DEVICE_SERVICE_EVENT

NDIS_STATUS_WWAN_DEVICE_SERVICE_SUBSCRIPTION

NDIS_WWAN_SUBSCRIBE_DEVICE_SERVICE_EVENTS