Skip to content

Latest commit

 

History

History
132 lines (112 loc) · 3.94 KB

nf-cluadmex-igetclusteruiinfo-getclustername.md

File metadata and controls

132 lines (112 loc) · 3.94 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:cluadmex.IGetClusterUIInfo.GetClusterName
IGetClusterUIInfo::GetClusterName (cluadmex.h)
Returns the name of the cluster. (IGetClusterUIInfo.GetClusterName)
GetClusterName
GetClusterName method [Failover Cluster]
GetClusterName method [Failover Cluster]
IGetClusterUIInfo interface
IGetClusterUIInfo interface [Failover Cluster]
GetClusterName method
IGetClusterUIInfo.GetClusterName
IGetClusterUIInfo::GetClusterName
_wolf_igetclusteruiinfo_getclustername
cluadmex/IGetClusterUIInfo::GetClusterName
mscs.igetclusteruiinfo_getclustername
mscs\igetclusteruiinfo_getclustername.htm
MsCS
2c892250-80b7-4bf8-9514-64833d0e3450
12/05/2018
GetClusterName, GetClusterName method [Failover Cluster], GetClusterName method [Failover Cluster],IGetClusterUIInfo interface, IGetClusterUIInfo interface [Failover Cluster],GetClusterName method, IGetClusterUIInfo.GetClusterName, IGetClusterUIInfo::GetClusterName, _wolf_igetclusteruiinfo_getclustername, cluadmex/IGetClusterUIInfo::GetClusterName, mscs.igetclusteruiinfo_getclustername
cluadmex.h
Windows
None supported
Windows Server 2003 Enterprise, Windows Server 2003 Datacenter
CluAdmEx.idl
Windows
19H1
IGetClusterUIInfo::GetClusterName
cluadmex/IGetClusterUIInfo::GetClusterName
c++
APIRef
kbSyntax
COM
cluadmex.h
IGetClusterUIInfo.GetClusterName

IGetClusterUIInfo::GetClusterName

-description

[This method is available for use in the operating systems specified in the Requirements section. Support for this method was removed in Windows Server 2008.]

Returns the name of the cluster.

-parameters

-param lpszName [out]

Pointer to a null-terminated Unicode string containing the name of the cluster, or NULL to indicate that the caller is requesting only the length of the name. Although declared as a BSTR, this parameter is implemented as an LPWSTR.

-param pcchName [in, out]

On input, pointer to the count of characters in the buffer pointed to by the lpszName parameter. On output, pointer to the total number of characters in the buffer including the NULL-terminating character.

-returns

If GetClusterName is not successful, it can return other HRESULT values.

Return code/value Description
NOERROR
0
The operation was successful.
E_INVALIDARG
0x80070057
One or more of the parameters are invalid.
HRESULT_FROM_WIN32(ERROR_MORE_DATA)
0x800700ea
The buffer pointed to by lpszName is too small to hold the requested name. GetClusterName returns the required number of characters in the content of pcchName.

-remarks

If the lpszName parameter is set to NULL and the pcchName parameter is not set to NULL, the GetClusterName method returns NOERROR.

-see-also

IGetClusterUIInfo