IClusCfgNetworkInfo::GetDescription method

[This method is available for use only in Windows Server 2003.]

Retrieves the description string for a network interface.

Syntax

HRESULT GetDescription(
  [out] BSTR *pbstrDescriptionOut
);

Parameters

  • pbstrDescriptionOut [out]
    Pointer to a string that contains a description of the network interface. When the description is no longer needed, call the SysFreeString function to free the string.

Return value

The GetDescription method returns one of the following values:

Any other HRESULT value indicates that the call failed.

  • S_OK
    The method successfully retrieved the 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

See also

IClusCfgNetworkInfo