The failover cluster management functions manage cluster objects.
In this section
-
Closes a cluster handle.
-
Closes a notification port established through CreateClusterNotifyPort.
-
Closes a cluster enumeration handle originally opened by ClusterOpenEnum.
-
Closes a handle to an enumeration that was opened by the ClusterOpenEnumEx function.
-
Enumerates the cluster objects in a cluster, returning the name of one object with each call.
-
Enumerates the objects in a cluster, and then gets the name and properties of the cluster object.
-
Returns the number of cluster objects associated with a cluster enumeration handle.
-
Returns the number of cluster objects that are associated with a cluster enumeration handle.
-
Opens an enumerator for iterating through cluster objects in a cluster.
-
Opens a handle to a cluster in order to iterate through its objects.
-
Callback function that receives regular updates on the progression of the setup of the cluster.
-
Initiates a rolling upgrade of the operating system on a cluster. PCLUSAPI_CLUSTER_UPGRADE defines a pointer to this function.
-
Retrieves status information for a rolling upgrade of the operating system on a cluster. PCLUSTER_UPGRADE_PROGRESS_CALLBACK type defines a pointer to this function.
-
Creates and starts a cluster.
-
Creates a cluster without cluster name and IP Address resources. The allows you to create clusters that are ___domain joined but not managed by Active Directory, and clusters that are not members of a ___domain. PCLUSAPI_CREATE_CLUSTER_CNOLESS defines a pointer to this function.
-
Creates a cluster name resource and then uses it add a cluster to a ___domain, even if the machines that host the cluster aren't members of the ___domain.
-
Creates or modifies a notification port. For information on notification ports, see Receiving Cluster Events.
-
Creates or modifies a notification port. For information about notification ports, see Receiving Cluster Events.
-
Removes a cluster.
-
Retrieves a cluster's name and version.
-
information relating to the next notification event that is stored for a notification port.
-
Retrieves information about the next notification event for a notification port.
-
Returns the name of a cluster's quorum resource.
-
Retrieves a handle to a notification event.
-
Opens a connection to a cluster and returns a handle to it.
-
Opens a connection to a cluster and returns a handle to it.
-
Adds an event type to the list of events stored for a notification port.
-
Registers an event type with a notification port by adding the notification key to the event type.
-
Sets the name for a cluster.
-
Establishes a resource as the quorum resource for a cluster.
-
Changes the password for the Cluster service user account on all available cluster nodes.
Related topics