ExecuteControl method of the MSFTCluster_Cluster class

Executes a control code on the cluster.

Note  

This method is only supported in Windows Server 2012 R2. In Windows Server Technical Preview, use instead the ExecuteControl method in the MSFTCluster_ClusterService class.

Syntax

uint32 ExecuteControl(
  [in]  uint32 ControlCode,
  [in]  uint8  InputBuffer[],
  [out] uint8  OutputBuffer[]
);

Parameters

  • ControlCode [in]
    A cluster control code specifying the operation to perform.

  • InputBuffer [in]
    Information needed for the operation, or NULL if no information is needed.

  • OutputBuffer [out]
    The data resulting from the operation, or NULL if no data is returned.

Requirements

Minimum supported client

None supported

Minimum supported server

Windows Server 2012 R2

End of client support

None supported

End of server support

Windows Server 2012 R2

Namespace

Root\Microsoft\Windows\Cluster

MOF

ClusWmiV2.mof

See also

MSFTCluster_Cluster