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 enumeration handle. The PCLUSAPI_CLUSTER_NODE_CLOSE_ENUM type defines a pointer to this function.
Syntax
DWORD ClusterNodeCloseEnum(
[in] HNODEENUM hNodeEnum
);
Parameters
[in] hNodeEnum
Handle to the node enumerator to close. This is a handle originally returned by the ClusterNodeOpenEnum function.
Return value
If the operation succeeds, the function returns ERROR_SUCCESS. If the operation fails, the function returns a system error code.
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 |