The IWEInvokeCommand::InvokeCommand method runs commands associated with items added to Cluster Administrator context menus.
HRESULT InvokeCommand(
ULONG nCommandID,
IUnknown *piData
);
Depending on the type of object associated with the command, a Cluster Administrator extension should also provide a pointer to one of these interfaces:
IGetClusterNodeInfo, if a node is being extended.
IGetClusterGroupInfo, if a group is being extended.
IGetClusterResourceInfo, if a resource is being extended.
If InvokeCommand is unsuccessful, it can also return an OLE-defined error value.
Cluster Administrator calls IWEInvokeCommand::InvokeCommand to run a command added to a Cluster Administrator context menu.
Version: Use Windows NT Server Enterprise Edition 4.0.
Windows CE: Unsupported.
Header: Declared in cluadmex.h.