The ClusterNetworkOpenEnum function opens an enumerator for iterating through objects on a network.
HNETWORKENUM WINAPI ClusterNetworkOpenEnum(
HNETWORK hNetwork,
DWORD dwType
);
If the operation was successful, ClusterNetworkOpenEnum returns a handle to a network enumerator.
Applications call the ClusterNetworkOpenEnum function to create a particular type of enumerator. ClusterNetworkOpenEnum can create enumerators for iterating through all of the objects on a network or only the network interface objects. ClusterNetworkOpenEnum returns a handle that can be passed to ClusterNetworkEnum to access each of the objects to be enumerated and to ClusterNetworkCloseEnum to release the enumerator.
Version: Use Windows NT Server Enterprise Edition 4.0.
Windows CE: Unsupported.
Header: Declared in clusapi.h.