Skip to content

Latest commit

 

History

History
71 lines (59 loc) · 2.18 KB

nf-clusapi-createclustergroupset.md

File metadata and controls

71 lines (59 loc) · 2.18 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:clusapi.CreateClusterGroupSet
CreateClusterGroupSet function (clusapi.h)
Adds a groupset to a cluster and returns a handle to the newly added groupset.
CreateClusterGroupSet
CreateClusterGroupSet function [Failover Cluster]
PCLUSAPI_CREATE_CLUSTER_GROUP_GROUPSET
PCLUSAPI_CREATE_CLUSTER_GROUP_GROUPSET function [Failover Cluster]
clusapi/CreateClusterGroupSet
clusapi/PCLUSAPI_CREATE_CLUSTER_GROUP_GROUPSET
mscs.createclustergroupcollection
mscs\createclustergroupcollection.htm
MsCS
cb0cdf78-c6d6-47b3-bd11-5ab70416131b
12/05/2018
CreateClusterGroupSet, CreateClusterGroupSet function [Failover Cluster], PCLUSAPI_CREATE_CLUSTER_GROUP_GROUPSET, PCLUSAPI_CREATE_CLUSTER_GROUP_GROUPSET function [Failover Cluster], clusapi/CreateClusterGroupSet, clusapi/PCLUSAPI_CREATE_CLUSTER_GROUP_GROUPSET, mscs.createclustergroupcollection
clusapi.h
Windows
None supported
Windows Server 2016
ClusAPI.lib
ClusAPI.dll
Windows
19H1
CreateClusterGroupSet
clusapi/CreateClusterGroupSet
c++
APIRef
kbSyntax
DllExport
ClusAPI.dll
CreateClusterGroupSet

CreateClusterGroupSet function

-description

Adds a groupset to a cluster and returns a handle to the newly added groupset.

-parameters

-param hCluster [in]

A handle to the target cluster.

-param groupSetName [in]

Pointer to a null-terminated Unicode string containing the name of the groupset to be added.

-returns

If the operation succeeds, returns a groupset handle.

If the operation fails, returns NULL. For more information about the error, call GetLastError.