Share via


SIMTONE (Windows Embedded CE 6.0)

1/6/2010

This structure is used for SIM_NOTIFY_PLAYTONE.

Syntax

typedef struct simtone_tag {
  DWORD cbSize;
  DWORD dwParams;
  DWORD dwTone;
  DWORD dwDuration;
  DWORD dwTextSize;
  DWORD dwTextOffset;
  DWORD dwIconIdentifier;
  DWORD dwIconQualifier;
} SIMTONE, FAR *LPSIMTONE;

Members

  • cbSize
    Specifies the size of the structure, in bytes.
  • dwParams
    Specifies a bitfield that indicates which structure fields are valid for a given message.
  • dwTone
    Indicates the tone types. Can be one of the following values.

    Value Description

    SIMTONE_DIAL

    Indicates an "OK" tone.

    SIMTONE_BUSY

    Indicates that the party called is busy.

    SIMTONE_CONGESTION

    Indicates congestion.

    SIMTONE_SERVICE

    Indicates that radio service is available.

    SIMTONE_NOSERVICE

    Indicates that no radio service is available.

    SIMTONE_SPECIAL

    Indicates special information.

    SIMTONE_CALLWAIT

    Indicates call-waiting tone.

    SIMTONE_RING

    Indicates ring tone.

    SIMTONE_DEFAULT

    Indicates that default tone is played.

    SIMTONE_SUCCESS

    Indicates an "OK" tone.

    SIMTONE_ERROR

    Indicates an 'error" tone.

    SIMTONE_DEFAULTDURATION

    Indicates that the current tone will be played for the default duration.

  • dwDuration
    Indicates the tone duration, in milliseconds.
  • dwTextSize
    Specifies the size of associated text, in bytes.
  • dwTextOffset
    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