The CLUSCTL_RESOURCE_GET_RESOURCE_TYPE control code is used to request the type name for a resource.
Type: | External |
Input: | None |
Output: | Null-terminated Unicode string |
Access: | CLUS_ACCESS_READ |
Global: | CLUS_NOT_GLOBAL |
Modify: | CLUS_NO_MODIFY |
Code: | CLCTL_GET_RESOURCE_TYPE |
When you call ClusterResourceControl with the CLUSCTL_RESOURCE_GET_RESOURCE_TYPE control code, realize that what is returned is not the display name for the resource type. It is the name that can be:
The display name for a resource type is its Name property and is one of the common resource type properties.
Resource DLLs need not support the CLUSCTL_RESOURCE_GET_RESOURCE_TYPE control code; the Resource Monitor always provides default handling.