Share via


INewMenuItemServer

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

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

Header aygshell.h
Library Developer Implemented
Windows Embedded CE Windows CE .NET 4.2 and later

See Also

Reference

AYGShell Interfaces
SHCreateNewItem