IContextMenuCallback.AddItem Method
.NET Framework 3.0
This method supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Adds a single item to a shortcut menu.
Namespace: Microsoft.Aspnet.SnapinAssembly: AspNetMMCExt (in aspnetmmcext.dll)
int AddItem ( /** @ref */ CONTEXTMENUITEM pItem )
Not applicable.
Parameters
- pItem
A pointer to a CONTEXTMENUITEM with the item to add.
Return Value
| Return Value | Description |
|---|---|
| S_OK | pItem was added successfully. |
| E_UNEXPECTED | An unexpected error occurred. |
| E_POINTER | pItem is a null reference (Nothing in Visual Basic). |
| E_INVALIDARG | One or more of the CONTEXTMENUITEM members contains one or more values that are not valid or the values cause a known error. |
For more information about programming with the IContextMenuCallback interface and the Microsoft Management Console (MMC), see the "MMC Programmer's Guide" in the MSDN Library.
Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: