ExecuteControl method of the MSFTCluster_Resource class
Executes a control code on the resource.
Note
This method is only supported in Windows Server 2012 R2. In Windows Server Technical Preview, use instead the ExecuteControl method in the MSFTCluster_ResourceService 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]
An input buffer containing information needed for the operation, or NULL if no information is needed.OutputBuffer [out]
An output buffer to receive 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 |