Share via


SIMMENU (Windows Embedded CE 6.0)

1/6/2010

This structure is used for SIM_NOTIFY_SETUPMENU and SIM_NOTIFY_SELECTITEM.

Syntax

typedef struct simmenu_tag {
  DWORD cbSize;
  DWORD dwParams;
  DWORD dwFlags;
  DWORD dwDefaultItem;
  DWORD dwTextSize;
  DWORD dwTextOffset;
  DWORD dwMenuItemCount;
  DWORD dwMenuItemSize;
  DWORD dwMenuItemOffset;
  DWORD dwIconIdentifier;
  DWORD dwIconQualifier;
} SIMMENU, FAR *LPSIMMENU;

Members

  • cbSize
    Indicates 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.
  • dwDefaultItem
    Specifies index of default item.
  • dwTextSize
    Specifies size of associated text, in bytes.
  • dwTextOffset
    Specifies the offset from start of this structure, in bytes.
  • dwMenuItemCount
    Indicates the number of menu items.
  • dwMenuItemSize
    Specifies the total size of all the SIMMENUITEM structures, in bytes.
  • dwMenuItemOffset
    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