CLUSTER_SET_PASSWORD_STATUS structure (clusapi.h)
Used by the SetClusterServiceAccountPassword function to return the results of a Cluster service user account password change for each cluster node.
Syntax
typedef struct CLUSTER_SET_PASSWORD_STATUS {
DWORD NodeId;
BOOLEAN SetAttempted;
DWORD ReturnStatus;
} CLUSTER_SET_PASSWORD_STATUS, *PCLUSTER_SET_PASSWORD_STATUS;
Members
NodeId
Identifies the node on which the password change attempt was made.
SetAttempted
If TRUE, indicates that the password change was attempted on this node.
ReturnStatus
An error code describing the results of the password change.
Requirements
Requirement | Value |
---|---|
Minimum supported client | None supported |
Minimum supported server | Windows Server 2008 Datacenter, Windows Server 2008 Enterprise |
Header | clusapi.h |