IClusCfgPartitionInfo::SetDescription method
[This method is available for use only in Windows Server 2003.]
Sets a new name of the partition, to take effect when the cluster configuration is committed.
Syntax
HRESULT SetDescription(
[in] const LPCWSTR *pcszDescriptionIn
);
Parameters
- pcszDescriptionIn [in]
Pointer to a Unicode string that contains the description to be assigned to the partition.
Return value
The SetDescription method returns one of the following values:
Any other HRESULT value indicates that the call failed.
S_OK
The method successfully set the new name.E_OUTOFMEMORY
Out of memory.
Requirements
Minimum supported client |
None supported |
Minimum supported server |
Windows Server 2003 |
End of server support |
Windows Server 2003 |
IDL |
ClusCfgServer.idl |
DLL |
ClCfgSrv.dll |
IID |
IID_IClusCfgPartitionInfo is defined as EC1EBD9F-5866-4846-8952-EC36C3961EEE |