3.1.4.3.2.17 CLUSCTL_RESOURCE_TYPE_SET_PRIVATE_PROPERTIES

The CLUSCTL_RESOURCE_TYPE_SET_PRIVATE_PROPERTIES resource type control code stores the private properties, as specified in section 3.1.1.9, of the designated resource type as part of the resource type's nonvolatile cluster state.

The private and unknown properties of a resource type are the part of the resource type's nonvolatile configuration data that is maintained in the cluster state. Private property schema is specific to the resource type while unknown property schema is defined by an entity external to the cluster.

The client MUST provide one or more private and/or unknown property names and their associated values, by using the format as specified in section 2.2.3.10, in the buffer that is designated by lpInBuffer.

The server SHOULD fail this method if validation of the private property names and values, as specified in section 3.1.4.3.2.18, fails. Validation error codes are implementation-dependent, and MUST NOT be equal to ERROR_SUCCESS (0x00000000).

After successful completion of the method, the server SHOULD NOT write any data to the buffer that is designated by lpOutBuffer.

The server MUST accept a CLUSCTL_RESOURCE_TYPE_SET_PRIVATE_PROPERTIES resource type control code request if its protocol server state is in the read/write state, as specified in section 3.1.1.