SimReadMessage (Compact 2013)

3/26/2014

This function reads a Short Message Service (SMS) message from a specific storage location.

Syntax

HRESULT SimReadMessage (
  HSIM hSim,
  DWORD dwStorage,
  DWORD dwIndex,
  LPSIMMESSAGE lpSimMessage
);

Parameters

  • hSim
    Points to a valid HSIM handle.
  • dwIndex
    Index number of the entry to retrieve.

Return Value

HRESULT is S_OK for success, or one of the SIM_E error constants defined in the SIM Manager Error Constants table.

Requirements

Header

simmgr.h

Library

sim.lib

See Also

Reference

SIM Manager Functions
SIMMESSAGE