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.
Removes a groupset from a groupset's dependency expression.
Syntax
DWORD RemoveClusterGroupSetDependency(
[in] HGROUPSET hGroupSet,
[in] HGROUPSET hDependsOn
);
Parameters
[in] hGroupSet
The groupset from which to remove the dependency.
[in] hDependsOn
The collection to remove
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 2016 |
| Target Platform | Windows |
| Header | clusapi.h |
| Library | ClusAPI.lib |
| DLL | ClusAPI.dll |