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.
Other versions of this page are also available for the following:
.gif)
.gif)
8/28/2008
This notification message is sent to applications when the global New button style changes. This message is sent in the form of a WM_NOTIFY message.
The New button menu initializes new objects with data provided by the host application.
Syntax
NMN_NEWBUTTONUPDATED
wParam = (WPARAM) 0;
lParam = (PNMNEWMENU) pnmnm;
Parameters
- wParam
Reserved for future use; set to 0.
- pnmnm
Pointer to an NMNEWMENU structure. The hMenu member is a handle to the New button menu.
Return Value
None.
Requirements
| Header | newmenu.h |
| Windows Embedded CE | Windows CE 3.0 and later |
| Windows Mobile | Pocket PC 2000 and later |