Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Closes a node handle. The PCLUSAPI_CLOSE_CLUSTER_NODE type defines a pointer to this function.
Syntax
BOOL CloseClusterNode(
[in] HNODE hNode
);
Parameters
[in] hNode
Handle to an existing node.
Return value
| Return code | Description |
|---|---|
|
The operation was successful. |
|
The operation was not successful. For more information about the error, call the function GetLastError. |
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 |