Share via


SIMRECEIVEDATA (Windows Embedded CE 6.0)

1/6/2010

This structure is used for SIM_NOTIFY_RECEIVEDATA.

Syntax

typedef struct simreceivedata_tag {
  DWORD cbSize;
  DWORD dwParams;
  DWORD dwChannelId;
  DWORD dwChannelDataLength;
  DWORD dwTextSize;
  DWORD dwTextOffset;
  DWORD dwIconIdentifier;
  DWORD dwIconQualifier;
} SIMRECEIVEDATA, FAR *LPSIMRECEIVEDATA;

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.
  • dwChannelDataLength
    Indicates the number of bytes requested.
  • 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