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.
- dwStorage
A SIM Manager SMS Storage Constants value specifying which SMS storage to use.
- dwIndex
Index number of the entry to retrieve.
- lpSimMessage
Points to a SIMMESSAGE structure.
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 |