NMN_INVOKECOMMAND (Windows CE 5.0)
This notification message is sent to an application before a new instance of the COM object for a New button item is created. This notification 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_INVOKECOMMAND wParam = (WPARAM) 0; lParam = (PNMNEWMENU) pnmnm;
Parameters
- wParam
Reserved for future use; set to 0. - pnmnm
Pointer to an NMNEWMENU structure. The clsid member contains the CLSID of the chosen menu item.
Return Values
None.
Requirements
Pocket PC: Pocket PC 2000 and later
OS Versions: Windows CE 3.0 and later
Header: newmenu.h
Send Feedback on this topic to the authors