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.
The Failover Cluster API defines the following external control codes for groups (there are no internal control codes defined for groups):
Group control codes use the CLUS_OBJECT_GROUP value of the CLUSTER_CONTROL_OBJECT enumeration to indicate that the control code applies to cluster groups. For more information about control codes, see Control Code Architecture.
Group control codes are enumerated by the CLUSCTL_GROUP_CODES enumeration.
In this section
-
Retrieves a list of the read/write group common property names for a group.
-
Retrieves a list of the private property names for a group.
-
Retrieves the intrinsic characteristics of a group.
-
Retrieves the read/write group common properties for a group. Applications use this control code as a ClusterGroupControl parameter.
-
Retrieves a property list describing the format of each group common property.
-
Retrieves information about a group failure.
-
Retrieves the flags that are set for a group.
-
Retrieves the cluster database subkey identifier for a group.
-
Gets the last time a resource group moved.
-
Retrieves the name of a group.
-
Retrieves the read/write private properties for a group.
-
The CLUSCTL_NETINTERFACE_GET_PRIVATE_PROPERTY_FMTS control code is not supported and fails with ERROR_INVALID_FUNCTION.
-
Retrieves the collections that come from providers by specifying a group.
-
Retrieves the groups that come from providers by specifying a group.
-
Retrieves the read-only common properties for a group.
-
Retrieves the read-only private properties for a group.
-
The CLUSCTL_GROUP_QUERY_DELETE control code is reserved for future use.
-
Updates the read/write common properties for a group.
-
Updates the read/write private properties for a group.
-
verifies that control codes are being processed on the node where execution of the control is directed.
-
Verifies that a property list contains valid group property names and values and that the list is properly formatted.
-
Verifies that a group private property list is properly formatted.
Related topics