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.
Synchronizes the Cluster Database with a cluster.
Syntax
LONG ClusterRegSyncDatabase(
HCLUSTER hCluster,
DWORD flags
);
Parameters
hCluster
A handle to the cluster to synchronize with the cluster database.
flags
This parameter is reserved for future use.
Return value
If the operation succeeds, returns ERROR_SUCCESS (0); otherwise, returns a system error code.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | None supported |
| Minimum supported server | Windows Server 2012 R2 |
| Target Platform | Windows |
| Header | clusapi.h |
| Library | ClusAPI.lib |
| DLL | ClusAPI.dll |