3.1.4.1.97 ApiNodeNetInterfaceControl (Opnum 97)

(Protocol Version 2) The ApiNodeNetInterfaceControl method instructs the server to initiate, on the specified cluster network interface, an operation that is defined by the specified control code. If necessary, the operation is forwarded to and executed on the specified node.

The semantic behavior as well as all parameters, with the exception of hNode, are identical to that of the ApiNetInterfaceControl method. All return values are identical to those specified in ApiNetInterfaceControl.

 error_status_t ApiNodeNetInterfaceControl(
   [in] HNETINTERFACE_RPC hNetInterface,
   [in] HNODE_RPC hNode,
   [in] DWORD dwControlCode,
   [in, unique, size_is(nInBufferSize)] UCHAR *lpInBuffer,
   [in] DWORD nInBufferSize,
   [out, size_is(nOutBufferSize), 
     length_is (*lpBytesReturned)] UCHAR *lpOutBuffer,
   [in] DWORD nOutBufferSize,
   [out] DWORD *lpBytesReturned,
   [out] DWORD *lpcbRequired
 );

hNode: An HNODE_RPC context handle that is obtained in a previous ApiOpenNode method call.