ExecuteNodeControl Method of the MSCluster_Node Class
Executes a control code on the node.
Syntax
void ExecuteNodeControl(
[in] sint32 ControlCode,
[in] uint8 InputBuffer[],
[out] uint8 OutputBuffer[],
[out] sint32 OutputBufferSize
);
Parameters
ControlCode
A control code specifying the operation to be performed. For a list of node control codes, see Node Control Codes.InputBuffer
An input buffer containing information needed for the operation, or NULL if no information is needed.This corresponds to the lpInBuffer parameter to the ClusterNodeControl function listed on the node control code reference pages.
OutputBuffer
An output buffer to receive the data resulting from the operation, or NULL if no data will be returned.This corresponds to the lpOutBuffer parameter to the ClusterNodeControl function listed on the node control code reference pages.
OutputBufferSize
The allocated size (in bytes) of the output buffer.This corresponds to the cbOutBufferSize parameter to the ClusterNodeControl function listed on the node control code reference pages.
Requirements
| Server | Requires Windows ServerĀ 2008 Enterprise or Windows ServerĀ 2008 Datacenter. |
| MOF | Declared in ClusWmi.mof. |
| Namespace | Defined in \\.\Root\MSCluster. |
See Also
MSCluster_Node
ClusterNodeControl
Node Control Codes
Send comments about this topic to Microsoft
Build date: 3/20/2008