What does HRESULT 0x80548222 (E_MBN_SMS_INVALID_MEMORY_INDEX) mean?

 
Previous Next
E_MBN_SMS_FILTER_NOT_SUPPORTED E_MBN_SMS_LANG_NOT_SUPPORTED

E_MBN_SMS_INVALID_MEMORY_INDEX

E_MBN_SMS_INVALID_MEMORY_INDEX is a Windows Mobile Broadband (MBN) HRESULT. It indicates that the SMS operation refers to a message-memory index that is not valid for the selected device or store.

What to check

  • Enumerate or refresh the SMS store before reading, deleting, or updating a message by index.
  • Treat indices as device-local and volatile; do not reuse an index after SIM change, reset, or store cleanup.
  • Check for an off-by-one conversion between application identifiers and the modem storage index.

Microsoft: MBN error codes


Looking for a different code? Search another status or error code.