IClusCfgNodeInfo::GetName method

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

Retrieves the node's fully qualified domain name—for example, "example.microsoft.com".

Syntax

HRESULT GetName(
  [out] BSTR *pbstrNameOut
);

Parameters

  • pbstrNameOut [out]
    Pointer to a BSTR that receives the name of the node. The caller must free this string by calling SysFreeString.

Return value

The GetName method returns one of the following values:

Any other HRESULT value indicates that the call failed.

  • S_OK.
    The method successfully retrieved the 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_IClusCfgNodeInfo is defined as E4B5FA15-DD07-439E-A623-8823524E3D19

See also

IClusCfgNodeInfo