IContextMenuCallback.AddItem Method
Assembly: AspNetMMCExt (in aspnetmmcext.dll)
'Declaration Function AddItem ( _ ByRef pItem As CONTEXTMENUITEM _ ) As Integer 'Usage Dim instance As IContextMenuCallback Dim pItem As CONTEXTMENUITEM Dim returnValue As Integer returnValue = instance.AddItem(pItem)
int AddItem ( /** @ref */ CONTEXTMENUITEM pItem )
JScript does not support passing value-type arguments by reference.
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 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 .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.