ExecuteNetworkControl method of the MSCluster_Network class

Executes a control code on the network.

Syntax

void ExecuteNetworkControl(
  [in]  sint32 ControlCode,
  [in]  uint8  InputBuffer[],
  [out] uint8  OutputBuffer[],
  [out] sint32 OutputBufferSize
);

Parameters

ControlCode [in]

A cluster control code specifying the operation to be performed. For a list of network control codes, see Network Control Codes.

This corresponds to the dwControlCode parameter to the ClusterNetworkControl function listed on the network control code reference pages.

InputBuffer [in]

An input buffer containing information needed for the operation, or NULL if no information is needed.

This corresponds to the lpInBuffer parameter to the ClusterNetworkControl function listed on the network control code reference pages.

OutputBuffer [out]

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 ClusterNetworkControl function listed on the network control code reference pages.

OutputBufferSize [out]

The allocated size (in bytes) of the output buffer.

This corresponds to the cbOutBufferSize parameter to the ClusterNetworkControl function listed on the network control code reference pages.

Return value

This method does not return a value.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2008
Namespace
Root\MSCluster
MOF
ClusWmi.mof
DLL
ClusWMI.dll

See also

MSCluster_Network

ClusterNetworkControl

Network Control Codes