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 Resource DLL functions allow the Cluster service to manage resources indirectly through a Resource Monitor and a resource DLL. These function are only used by resource DLLs, except for the cluster database access functions, which should be avoided by cluster-aware application whenever possible.
For more information about how to create resource DLLs, see Creating Resource Types.
In this section
-
The resource DLL entry point functions are used by the Cluster service to indirectly initiate operations on cluster resources. These functions are implemented in resource DLLs.
-
The resource DLL callback functions allow a resource DLL to report status and event information to a Resource Monitor, which then provides the information to the Cluster service.
-
The cluster database access functions are called by Resource DLLs to create and initialize private properties and perform other configuration tasks.
Related topics