ExecuteNetworkInterfaceControl Method of the MSCluster_NetworkInterface Class

Executes a control code on the network interface.

Syntax

void ExecuteNetworkInterfaceControl(
  [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 network interface control codes, see Network Interface 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 ClusterNetInterfaceControl function listed on the network interface 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 ClusterNetInterfaceControl function listed on the network interface control code reference pages.

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

    This corresponds to the cbOutBufferSize parameter to the ClusterNetInterfaceControl function listed on the network interface 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_NetworkInterface
ClusterNetInterfaceControl
Network Interface Control Codes

Send comments about this topic to Microsoft

Build date: 3/20/2008