SOFTKEYMENU
4/8/2010
This structure is used to define a menu for use in the SHNOTIFICATIONDATA structure.
Syntax
typedef struct _SOFTKEYMENU {
HMENU hMenu;
SOFTKEYCMD *prgskc;
UINT cskc;
} SOFTKEYMENU;
Members
- hMenu
Handle to menu that is associated with the softkey.
- prgskc
Pointer to optional array of SOFTKEYCMD values.
- cskc
Size of prgskc array.
Requirements
Header | aygshell.h |
Library | aygshell.lib |
Windows Embedded CE | Windows Embedded CE 6.0 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |