CLUSPROP_RESOURCE_CLASS_INFO structure (clusapi.h)
Describes information relating to a resource class. It is used as an entry in a value list and consists of:
- A CLUSPROP_VALUE structure indicating the format and type of the resource class information.
- A CLUS_RESOURCE_CLASS_INFO structure describing the resource class and subclass of the resource.
Syntax
typedef struct CLUSPROP_RESOURCE_CLASS_INFO : CLUSPROP_VALUECLUS_RESOURCE_CLASS_INFO {
} CLUSPROP_RESOURCE_CLASS_INFO, *PCLUSPROP_RESOURCE_CLASS_INFO;
Inheritance
The CLUSPROP_RESOURCE_CLASS_INFO structure implements CLUSPROP_VALUECLUS_RESOURCE_CLASS_INFO.
Remarks
A resource class identifies resources of similar capability. A resource DLL that defines its own resource class should provide a unique identifier for the class that is set to a value greater than CLUS_RESCLASS_USER. CLUS_RESCLASS_USER specifies the beginning for user-defined resource class identifiers.
Requirements
Requirement | Value |
---|---|
Minimum supported client | None supported |
Minimum supported server | Windows Server 2008 Enterprise, Windows Server 2008 Datacenter |
Header | clusapi.h |