IWEExtendContextMenu interface (cluadmex.h)

[This interface is available for use in the operating systems specified in the Requirements section. Support for this interface was removed in Windows Server 2008.]

Implement the IWEExtendContextMenu interface to extend a Failover Cluster Administrator context menu for a cluster object.

Inheritance

The IWEExtendContextMenu interface inherits from the IUnknown interface. IWEExtendContextMenu also has these types of members:

Methods

The IWEExtendContextMenu interface has these methods.

 
IWEExtendContextMenu::AddContextMenuItems

Allows you to create context menu items for a cluster object and add the items to a Failover Cluster Administrator context menu.

Remarks

To add code that executes when your context menu items are selected, implement the IWEInvokeCommand interface.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2003 Enterprise, Windows Server 2003 Datacenter
Target Platform Windows
Header cluadmex.h

See also

Failover Cluster Administrator Extension Interfaces

IWEInvokeCommand