Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Allows the caller to provide additional properties when creating a new group.
Syntax
typedef struct _CLUSTER_CREATE_GROUP_INFO {
DWORD dwVersion;
CLUSGROUP_TYPE groupType;
} CLUSTER_CREATE_GROUP_INFO, *PCLUSTER_CREATE_GROUP_INFO;
Members
dwVersion
The version of the CLUSTER_CREATE_GROUP_INFO. Currently this is set to (CLUSTER_CREATE_GROUP_INFO_VERSION_1 (0x00000001).
groupType
The type of the cluster group that will be created.
Requirements
Requirement | Value |
---|---|
Minimum supported client | None supported |
Minimum supported server | Windows Server 2012 |
Header | clusapi.h |