NMN_INVOKECOMMAND

The NMN_INVOKECOMMAND notification message is sent to an application before a new instance of the Component Object Model (COM) object is created. This message is sent in the form of a WM_NOTIFY message.

When using the New menu, it now has functionality in its API that enables "pushing" data into objects that were created; that is, it will be possible to initialize a new object with data that the application provides.

NMN_INVOKECOMMAND
  res = (WPARAM) wParam;
  pnmnm = (PNMNEWMENU) lParam;

Parameters

  • res
    This parameter is reserved for future use; the value of this parameter must be set to 0.
  • pnmnm
    Reference to a NMNEWMENU structure. The clsid member contains the CLSID of the chosen menu item.

Return Values

None.

Requirements

Pocket PC: Windows Mobile 2000 and later
OS Versions: Windows CE 3.0 and later
Header: newmenu.h

See Also

NMNEWMENU

Send feedback on this topic to the authors.

© 2005 Microsoft Corporation. All rights reserved.