Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This structure is used to define a menu for use in the SHNOTIFICATIONDATA structure.
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
OS Versions: Windows CE 5.01 and later
Header: aygshell.h
Link Library: aygshell.lib
Send Feedback on this topic to the authors