CLUS_RESSUBCLASS enumeration (clusapi.h)

Identifies a resource subclass that manages a shared resource.

Syntax

typedef enum CLUS_RESSUBCLASS {
  CLUS_RESSUBCLASS_SHARED = 0x80000000
} ;

Constants

 
CLUS_RESSUBCLASS_SHARED
Value: 0x80000000
Identifies a resource subclass that manages a shared resource, such as a disk on a shared SCSI bus. The
ClusterResourceControl function with the
CLUSCTL_RESOURCE_GET_CLASS_INFO
control code can retrieve a
CLUS_RESOURCE_CLASS_INFO structure that contains
this information.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2008 Enterprise, Windows Server 2008 Datacenter
Header clusapi.h

See also

CLUSCTL_RESOURCE_GET_CLASS_INFO

CLUS_RESOURCE_CLASS_INFO

ClusterResourceControl