Share via


SIMSMS (Windows Embedded CE 6.0)

1/6/2010

This structure is used for SIM_NOTIFY_SENDSMS.

Syntax

typedef struct simsms_tag {
  DWORD cbSize;
  DWORD dwParams;
  DWORD dwFlags;
  DWORD dwAddressType;
  DWORD dwNumPlan;
  DWORD dwTextSize;
  DWORD dwTextOffset;
  DWORD dwAddressSize;
  DWORD dwAddressOffset;
  DWORD dwTPDUSize;
  DWORD dwTPDUOffset;
  DWORD dwIconIdentifier;
  DWORD dwIconQualifier;
} SIMSMS, FAR *LPSIMSMS;

Members

  • cbSize
    Specifies the structure size, in bytes.
  • dwParams
    Specifies a bitfield that indicates which structure fields are valid for a given message.
  • dwFlags
    Set to SIMMENU_HELPINFO if context sensitive help is supported.
  • dwAddressType
    Indicates the address type. Can be one of the following flags.

    Value Description

    SIM_ADDRTYPE_UNKNOWN

    Address type is unknown.

    SIM_ADDRTYPE_INTERNATIONAL

    Address type is an international number.

    SIM_ADDRTYPE_NATIONAL

    Address type is a national number.

    SIM_ADDRTYPE_NETWKSPECIFIC

    Address type is a network specific number.

    SIM_ADDRTYPE_SUBSCRIBER

    Address type is a subscriber number that is protocol-specific.

    SIM_ADDRTYPE_ALPHANUM

    Address type is alphanumeric.

    SIM_ADDRTYPE_ABBREV

    Address type is an abbreviated number.

  • dwNumPlan
    Indicates the numbering plan. Can be one of the following flags.

    Value Description

    SIM_NUMPLAN_UNKNOWN

    Numbering plan is unknown.

    SIM_NUMPLAN_TELEPHONE

    NUmbering plan is ISDN/telephone (E.164/E.163).

    SIM_NUMPLAN_DATA

    Numbering plan is Data (x.121).

    SIM_NUMPLAN_TELEX

    Numbering plan is Telex.

    SIM_NUMPLAN_NATIONAL

    Numbering plan is National.

    SIM_NUMPLAN_PRIVATE

    Numbering plan is Private.

    SIM_NUMPLAN_ERMES

    Numbering plan is ERMES (ETSI DE/PS 3 01-3)

  • dwTextSize
    Specifies the size of associated text, in bytes.
  • dwTextOffset
    Specifies the offset from start of this structure, in bytes.
  • dwAddressSize
    Specifies the size of the address, in bytes.
  • dwAddressOffset
    Specifies the offset from start of this structure, in bytes.
  • dwTPDUSize
    Specifies the size of Short Message Service (SMS) TPDU.
  • dwTPDUOffset
    Specifies the offset from start of this structure, in bytes.
  • dwIconIdentifier
    Specifies the identifier for the icon to use.
  • dwIconQualifier
    Specifies the qualifier that designates how the icon should be used.

Requirements

Header simtkit.h
Windows Embedded CE Windows Embedded CE 6.0 and later

See Also

Reference

SIM Toolkit Structures