Share via


INewMenuItemServer (Windows CE 5.0)

Send Feedback

This interface serves as an object handler for items created by the New button.

When to Implement

Implement this interface so that items can be created using the New button.

Methods

The following table shows the methods for this interface by functional grouping. Like all COM interfaces, this interface inherits the methods for the IUnknown interface.

Grouping Method
Creation CreateNewItem

Obtaining a Pointer

Obtain a pointer to this interface by calling CoCreateInstance and specifying the IID_INewMenuItemServer interface identifier.

Requirements

OS Versions: Windows CE .NET 4.2 and later
Header: Aygshell.h.
Link Library: Application-defined.

See Also

AYGShell Interfaces | SHCreateNewItem

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.