Resource Utility Functions

The resource utility functions allow applications and resource DLLs to enumerate resources, retrieve information about dependencies, and determine whether or not two resources or resource types are equal. The following table describes the resource utility functions:

Resource utility function Description
ResUtilEnumResources Enumerates all of the resources in a cluster and initiates an operation for each resource.
ResUtilGetResourceDependency Returns a handle to a dependent resource of a specified type.
ResUtilGetResourceNameDependency Returns a handle to a dependent resource with a specified name and type.
ResUtilResourcesEqual Tests whether or not two resource handles represent the same resource.
ResUtilResourceTypesEqual Tests whether or not a resource type matches the resource type of a specified resource.