SIMMENUITEM (Windows Embedded CE 6.0)
1/6/2010
This structure is referenced by the SIMMENU structure.
Syntax
typedef struct simmenuitem_tag {
DWORD cbSize;
DWORD dwParams;
DWORD dwIdentifier;
DWORD dwFlags;
DWORD dwNextAction;
DWORD dwTextSize;
DWORD dwTextOffset;
DWORD dwIconIdentifier;
DWORD dwIconQualifier;
} SIMMENUITEM, FAR *LPSIMMENUITEM;
Members
- cbSize
Indicates the structure size, in bytes.
- dwParams
Specifies a bitfield that indicates which structure fields are valid for a given message.
- dwIdentifier
Identifies each item on the menu.
- dwFlags
Set to SIMMENU_HELPINFO if context sensitive help is supported.
- dwNextAction
Not supported.
- dwTextSize
Specifies size of associated text in bytes.
- dwTextOffset
Specifies offset from start of this structure, in bytes.
- dwIconIdentifier
Specifies the identifier for the icon to use.
- dwIconQualifier
Indicates the qualifier that designates how the icon should be used.
Requirements
Header | simtkit.h |
Windows Embedded CE | Windows Embedded CE 6.0 and later |