The CLUSCTL_RESOURCE_TYPE_INSTALL_NODE control code is used by the Cluster Service to notify a resource DLL that a node is being added to the cluster.
Type: | Internal |
Access: | CLUS_ACCESS_WRITE |
Input: | Null-terminated Unicode string |
Output: | None |
Global: | CLUS_NOT_GLOBAL |
Modify: | CLUS_MODIFY |
Code: | CLCTL_INSTALL_NODE |
The Cluster Service calls your ResourceTypeControl entry point function with the CLUSCTL_RESOURCE_TYPE_INSTALL_NODE control code when a node is being added to the cluster. The contents of InBuffer are set to the name of the newly added node. You may choose to support this code if you have any tasks that must be performed when a new node is added to a cluster.