The CLUSCTL_RESOURCE_TYPE_STORAGE_GET_AVAILABLE_DISKS control code is used to request information about available disk resources.
Type: | External |
Access: | CLUS_ACCESS_READ |
Input: | None |
Output: | Value list |
Global: | CLUS_GLOBAL |
Modify: | CLUS_NO_MODIFY |
Code: | CLCTL_STORAGE_GET_AVAILABLE_DISKS |
ClusterResourceTypeControl returns a value list, a collection of one or more values consisting of a CLUSPROP_VALUE structure and data. The value list contains entries for all available disks on all nodes in the cluster. No filtering is done, so there can be duplicate entries.
Support the CLUSCTL_RESOURCE_TYPE_STORAGE_GET_AVAILABLE_DISKS control code in your resource DLL if it handles a storage class resource type.