SimGetSmsStorageStatus (Compact 2013)
3/26/2014
This function gets the status of a Short Message Service storage location.
Syntax
HRESULT SimGetSmsStorageStatus (
HSIM hSim,
DWORD dwStorage,
LPDWORD lpdwUsed,
LPDWORD lpdwTotal
);
Parameters
- hSim
Points to a valid HSIM handle.
- dwStorage
A SIM Manager SMS Storage Constants value specifying which SMS storage status to retrieve.
- lpdwUsed
Pointer to the number of locations used.
- lpdwTotal
Pointer to the total number of locations.
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 |