IClusCfgPartitionInfo::GetName method

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

Retrieves a user-friendly name of the partition.

Syntax

HRESULT GetName(
  [out] BSTR *pbstrNameOut
);

Parameters

  • pbstrNameOut [out]
    Pointer to a BSTR that receives the partition name. 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_IClusCfgPartitionInfo is defined as EC1EBD9F-5866-4846-8952-EC36C3961EEE

See also

IClusCfgPartitionInfo