NDIS_STATUS_WWAN_SMS_STATUS

Miniport drivers use the NDIS_STATUS_WWAN_SMS_STATUS notification to inform the MB Service about the following events:

  • The MB device's message store is full.

  • A new SMS text message has arrived, with the new message corresponding to MessageIndex.

Miniport drivers can also send unsolicited events with this notification.

This notification uses the NDIS_WWAN_SMS_STATUS structure.

Remarks

Miniport drivers must use NDIS_STATUS_WWAN_SMS_STATUS to inform the MB Service about the arrival of all non-class-0 (flash/alert) messages. To inform the MB Service about class-0 (flash/alert) message arrival, miniport drivers must use NDIS_STATUS_WWAN_SMS_RECEIVE.

This indication could be a transactional notification for a query request of OID_WWAN_SMS_STATUS or an unsolicited event.

Requirements

Version

Available in Windows 7 and later versions of Windows.

Header

Ndis.h

See also

NDIS_WWAN_SMS_STATUS

NDIS_STATUS_WWAN_SMS_RECEIVE