2.2.3.6 IDL_CLUSTER_SET_PASSWORD_STATUS
The IDL_CLUSTER_SET_PASSWORD_STATUS structure contains information about the results of a service account password change, as specified in section 3.1.4.2.108, on a particular node in the cluster.
-
typedef struct IDL_CLUSTER_SET_PASSWORD_STATUS { DWORD NodeId; BOOLEAN SetAttempted; DWORD ReturnStatus; } IDL_CLUSTER_SET_PASSWORD_STATUS, *PIDL_CLUSTER_SET_PASSWORD_STATUS;
NodeId: A 32-bit integer containing the ID of a configured node in the cluster.
SetAttempted: A Boolean where TRUE indicates that the password change was attempted on this node; any other value indicates that no attempt was made.
ReturnStatus: The Win32 error code associated with the attempt. This field MUST be ignored if the SetAttempted field is FALSE.