Events
May 19, 6 PM - May 23, 12 AM
Calling all developers, creators, and AI innovators to join us in Seattle @Microsoft Build May 19-22.
Register todayThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Returns a handle to the cluster associated with a network. The PCLUSAPI_GET_CLUSTER_FROM_NETWORK type defines a pointer to this function.
HCLUSTER GetClusterFromNetwork(
[in] HNETWORK hNetwork
);
[in] hNetwork
Handle to the network.
If the operation succeeds, the function returns a handle to the cluster that owns the network.
If the operation fails, the function returns NULL. For more information about the error, call GetLastError.
For hNetwork to be a valid handle, there must necessarily be an open cluster handle (see OpenClusterNetwork). GetClusterFromNetwork returns another instance of the handle from which hNetwork was obtained.
Be sure to call CloseCluster on the handle returned from GetClusterFromNetwork before the handle goes out of scope. Closing this handle does not invalidate hNetwork or the cluster handle from which hNetwork was obtained.
Requirement | Value |
---|---|
Minimum supported client | None supported |
Minimum supported server | Windows Server 2008 Enterprise, Windows Server 2008 Datacenter |
Target Platform | Windows |
Header | clusapi.h |
Library | ClusAPI.lib |
DLL | ClusAPI.dll |
Events
May 19, 6 PM - May 23, 12 AM
Calling all developers, creators, and AI innovators to join us in Seattle @Microsoft Build May 19-22.
Register today