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.
  • 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

See Also

Reference

SIM Manager Functions
SIMMESSAGECHANGE