Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
CloseClusterNetwork function (clusapi.h)
Closes a network handle. The PCLUSAPI_CLOSE_CLUSTER_NETWORK type defines a pointer to this function.
Syntax
BOOL CloseClusterNetwork(
[in] HNETWORK hNetwork
);
Parameters
[in] hNetwork
Handle to the network to close.
Return value
| Return code | Description |
|---|---|
|
The operation was successful. |
|
The operation was not successful; call the function GetLastError for more information. |
Requirements
| 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 |
See also
Feedback
Was this page helpful?
