SOFTKEYMENU

Send Feedback

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

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.