OpenClusterNetInterface

The OpenClusterNetInterface function opens a handle to a network interface.

HNETINTERFACE WINAPI OpenClusterNetInterface(
  HCLUSTER hCluster,
  LPCWSTR lpszInterfaceName
);
 

Parameters

hCluster
[in] Handle to a cluster.
lpszInterfaceName
[in] Pointer to the name of the network interface to open.

Return Values

NULL
The operation was unsuccessful. For more detailed information about the error, call the Win32 function GetLastError.

If the operation was successful, OpenClusterNetInterface returns an open handle to the specified network interface.

QuickInfo

  Version: Use Windows NT Server Enterprise Edition 4.0.
  Windows CE: Unsupported.
  Header: Declared in clusapi.h.