Share via


NMNEWMENU

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

This structure contains information about a notification message for the New button menu. The pointer to this structure is specified as the lParam parameter of the WM_NOTIFY message.

Syntax

typedef struct tagNMNEWMENU {
  NMHDR hdr;
  TCHAR szReg[80];
  HMENU hMenu;
  CLSID clsid;
  IpropertyBag ** pppropbag;
} NMNEWMENU, * PNMNEWMENU;

Members

  • szReg
    Null-terminated string containing registry information. This is used by the NMN_GETAPPREGKEY notification.
  • hMenu
    Handle to the New button menu.
  • clsid
    Class ID of the menu selection. This is used by the NMN_INVOKECOMMAND notification.
  • pppropbag
    Pointer to a pointer to an IPropertyBag interface containing information used to initialize a new item created by the New button. This is used by the NMN_GETPROPERTYBAG notification.

Requirements

Header newmenu.h
Windows Embedded CE Windows CE 3.0 and later
Windows Mobile Pocket PC 2000 and later