The Name property specifies the display name of the resource type, such as Generic Application or Physical Disk.
Type: | Null-terminated Unicode string |
Access: | Read/write |
Function: | ClusterResourceTypeControl |
Structure: | CLUSPROP_SZ |
Control Code: | CLUSCTL_RESOURCE_TYPE_GET_COMMON_PROPERTIES |
The display name of a resource type is the name that appears to administrators in the user interface. It is important to distinguish between the display name of the resource type and the resource type name. The resource type name is returned by ClusterResourceControl when CLUSCTL_RESOURCE_GET_RESOURCE_TYPE is passed as the dwControlCode parameter. This type name is:
The Type property for resources also specifies a resource type display name. To retrieve a resource's Type property, call ClusterResourceControl and set dwControlCode to CLUSCTL_RESOURCE_GET_COMMON_PROPERTIES.
Version: Use Windows NT Server Enterprise Edition 4.0.
Windows CE: Unsupported.
Header: Declared in clusapi.h.