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

Failover Cluster Administrator calls your implementation of the IWEInvokeCommand interface when users select context menu items that you created with the IWEExtendContextMenu interface.

Inheritance

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

Methods

The IWEInvokeCommand interface has these methods.

 
IWEInvokeCommand::InvokeCommand

Allows you to implement procedures that execute when users select your context menu items.

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

IWEExtendContextMenu