CLUSCTL_RESOURCE_TYPE_STORAGE_GET_AVAILABLE_DISKS

The CLUSCTL_RESOURCE_TYPE_STORAGE_GET_AVAILABLE_DISKS control code is used to request information about available disk resources.

Quick Info

Type: External
Access: CLUS_ACCESS_READ
Input: None
Output: Value list
Global: CLUS_GLOBAL
Modify: CLUS_NO_MODIFY
Code: CLCTL_STORAGE_GET_AVAILABLE_DISKS

Notes to Callers

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.

Notes to Resource DLL Writers

Support the CLUSCTL_RESOURCE_TYPE_STORAGE_GET_AVAILABLE_DISKS control code in your resource DLL if it handles a storage class resource type.