IClusCfgNetworkInfo::SetDescription method
[This method is available for use only in Windows Server 2003.]
Sets a new description for the network interface, to take effect when the cluster configuration is committed.
Syntax
HRESULT SetDescription(
[in] LPCWSTR pcszDescriptionIn
);
Parameters
- pcszDescriptionIn [in]
Pointer to a Unicode string that contains the description to be assigned to the interface.
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 a new description.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_IClusCfgNetworkInfo is defined as 19FC7580-950A-44A6-966E-74B14B20918F |