Share via


SIMSENDDATA (Windows Embedded CE 6.0)

1/6/2010

This structure is used for SIM_NOTIFY_SENDDATA.

Syntax

typedef struct simsenddata_tag {
  DWORD cbSize;
  DWORD dwParams;
  DWORD dwFlags;
  DWORD dwChannelId;
  DWORD dwTextSize;
  DWORD dwTextOffset;
  DWORD dwChannelDataSize;
  DWORD dwChannelDataOffset;
  DWORD dwIconIdentifier;
  DWORD dwIconQualifier;
} SIMSENDDATA, FAR *LPSIMSENDDATA;

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.
  • dwChannelId
    Specifies the channel identifier of the command.
  • dwTextSize
    Specifies the size of associated text, in bytes.
  • dwTextOffset
    Specifies the offset from start of this structure, in bytes.
  • dwChannelDataSize
    Specifies the size of associated data, in bytes.
  • dwChannelDataOffset
    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