NMNEWMENU (Windows Embedded CE 6.0)
1/6/2010
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
hdr
Standard NMHDR definition. The code member is one of the following notifications:
- 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 |