Share via


SIMSENDDTMF (Windows Embedded CE 6.0)

1/6/2010

This structure is used for SIM_NOTIFY_SENDDTMF.

Syntax

typedef struct simsenddtmf_tag {
  DWORD cbSize;
  DWORD dwParams;
  DWORD dwTextSize;
  DWORD dwTextOffset;
  DWORD dwDTMFSize;
  DWORD dwDTMFOffset;
  DWORD dwIconIdentifier;
  DWORD dwIconQualifier;
} SIMSENDDTMF, FAR *LPSIMSENDDTMF;

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.
  • dwTextSize
    Specifies the size of associated text, in bytes.
  • dwTextOffset
    Specifies the offset from start of this structure, in bytes.
  • dwDTMFSize
    Specifies the size of the associated DTMF string, in bytes.
  • dwDTMFOffset
    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