IWCContextMenuCallback 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.]

The IWCContextMenuCallback interface is called by a Failover Cluster Administrator extension to add items to a Failover Cluster Administrator context menu.

Inheritance

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

Methods

The IWCContextMenuCallback interface has these methods.

 
IWCContextMenuCallback::AddExtensionMenuItem

Adds a menu item to a Failover Cluster Administrator context menu.

Remarks

Use the piCallback pointer that you receive when Failover Cluster Administrator calls your IWEExtendContextMenu::AddContextMenuItems method to call the IWCContextMenuCallback 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 Callback Interfaces

IWEExtendContextMenu::AddContextMenuItems