Skip to content

Latest commit

 

History

History
122 lines (84 loc) · 3.77 KB

ns-msclus-cluster_resource_enum_item.md

File metadata and controls

122 lines (84 loc) · 3.77 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NS:msclus._CLUSTER_RESOURCE_ENUM_ITEM
CLUSTER_RESOURCE_ENUM_ITEM (msclus.h)
The CLUSTER_RESOURCE_ENUM_ITEM structure represents the properties of a cluster resource and is used to enumerate cluster resources in the ClusterResourceEnumEx function.
*PCLUSTER_RESOURCE_ENUM_ITEM
CLUSTER_RESOURCE_ENUM_ITEM
CLUSTER_RESOURCE_ENUM_ITEM structure [Failover Cluster]
PCLUSTER_RESOURCE_ENUM_ITEM
PCLUSTER_RESOURCE_ENUM_ITEM structure pointer [Failover Cluster]
_CLUSTER_RESOURCE_ENUM_ITEM
_CLUSTER_RESOURCE_ENUM_ITEM structure [Failover Cluster]
clusapi/CLUSTER_RESOURCE_ENUM_ITEM
clusapi/PCLUSTER_RESOURCE_ENUM_ITEM
clusapi/_CLUSTER_RESOURCE_ENUM_ITEM
msclus/CLUSTER_RESOURCE_ENUM_ITEM
msclus/PCLUSTER_RESOURCE_ENUM_ITEM
msclus/_CLUSTER_RESOURCE_ENUM_ITEM
mscs.cluster_resource_enum_item
mscs\cluster_resource_enum_item.htm
MsCS
B8369B29-F72A-4642-93CB-23F04E680663
08/02/2022
*PCLUSTER_RESOURCE_ENUM_ITEM, CLUSTER_RESOURCE_ENUM_ITEM, CLUSTER_RESOURCE_ENUM_ITEM structure [Failover Cluster], PCLUSTER_RESOURCE_ENUM_ITEM, PCLUSTER_RESOURCE_ENUM_ITEM structure pointer [Failover Cluster], _CLUSTER_RESOURCE_ENUM_ITEM, _CLUSTER_RESOURCE_ENUM_ITEM structure [Failover Cluster], clusapi/CLUSTER_RESOURCE_ENUM_ITEM, clusapi/PCLUSTER_RESOURCE_ENUM_ITEM, clusapi/_CLUSTER_RESOURCE_ENUM_ITEM, msclus/CLUSTER_RESOURCE_ENUM_ITEM, msclus/PCLUSTER_RESOURCE_ENUM_ITEM, msclus/_CLUSTER_RESOURCE_ENUM_ITEM, mscs.cluster_resource_enum_item
msclus.h
Windows
None supported
Windows Server 2012
Windows
CLUSTER_RESOURCE_ENUM_ITEM, *PCLUSTER_RESOURCE_ENUM_ITEM
19H1
_CLUSTER_RESOURCE_ENUM_ITEM
msclus/_CLUSTER_RESOURCE_ENUM_ITEM
PCLUSTER_RESOURCE_ENUM_ITEM
msclus/PCLUSTER_RESOURCE_ENUM_ITEM
CLUSTER_RESOURCE_ENUM_ITEM
msclus/CLUSTER_RESOURCE_ENUM_ITEM
c++
APIRef
kbSyntax
HeaderDef
ClusApi.h
MsClus.h
CLUSTER_RESOURCE_ENUM_ITEM

CLUSTER_RESOURCE_ENUM_ITEM structure

-description

Represents the properties of a cluster resource. This structure is used to enumerate cluster resources in the ClusterResourceEnumEx function.

-struct-fields

-field dwVersion

The version of this structure.

-field cbId

The size, in bytes, of the lpszId field.

-field lpszId

The ID of the cluster resource.

-field cbName

The size, in bytes, of the IpszName field.

-field lpszName

The name of the cluster resource.

-field cbOwnerGroupName

The size, in bytes, of the IpszOwnerNode field.

-field lpszOwnerGroupName

The name of the cluster resource that hosts the group.

-field cbOwnerGroupId

The size, in bytes, of the lpszOwnerGroupId field.

-field lpszOwnerGroupId

The group ID of the cluster group for the resource.

-field cbProperties

The size, in bytes, of the pProperties field.

-field pProperties

A pointer to a list of names of common properties.

-field cbRoProperties

The size, in bytes, of the pRoProperties field.

-field pRoProperties

A pointer to a list of names of read-only common properties.

-see-also

ClusterResourceEnumEx

Utility structures