Skip to content

Latest commit

 

History

History
139 lines (116 loc) · 4.74 KB

nf-cluadmex-igetclusterresourceinfo-getresourcetypename.md

File metadata and controls

139 lines (116 loc) · 4.74 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.IGetClusterResourceInfo.GetResourceTypeName
IGetClusterResourceInfo::GetResourceTypeName (cluadmex.h)
Returns the type of a resource.
GetResourceTypeName
GetResourceTypeName method [Failover Cluster]
GetResourceTypeName method [Failover Cluster]
IGetClusterResourceInfo interface
IGetClusterResourceInfo interface [Failover Cluster]
GetResourceTypeName method
IGetClusterResourceInfo.GetResourceTypeName
IGetClusterResourceInfo::GetResourceTypeName
_wolf_igetclusterresourceinfo_getresourcetypename
cluadmex/IGetClusterResourceInfo::GetResourceTypeName
mscs.igetclusterresourceinfo_getresourcetypename
mscs\igetclusterresourceinfo_getresourcetypename.htm
MsCS
c7154163-0ab9-4766-99be-31457a0efc17
12/05/2018
GetResourceTypeName, GetResourceTypeName method [Failover Cluster], GetResourceTypeName method [Failover Cluster],IGetClusterResourceInfo interface, IGetClusterResourceInfo interface [Failover Cluster],GetResourceTypeName method, IGetClusterResourceInfo.GetResourceTypeName, IGetClusterResourceInfo::GetResourceTypeName, _wolf_igetclusterresourceinfo_getresourcetypename, cluadmex/IGetClusterResourceInfo::GetResourceTypeName, mscs.igetclusterresourceinfo_getresourcetypename
cluadmex.h
Windows
None supported
Windows Server 2003 Enterprise, Windows Server 2003 Datacenter
CluAdmEx.idl
Windows
19H1
IGetClusterResourceInfo::GetResourceTypeName
cluadmex/IGetClusterResourceInfo::GetResourceTypeName
c++
APIRef
kbSyntax
COM
cluadmex.h
IGetClusterResourceInfo.GetResourceTypeName

IGetClusterResourceInfo::GetResourceTypeName

-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 type of a resource.

-parameters

-param lObjIndex [in]

A number representing the zero-based index of the target resource. lObjIndex is restricted to the number that can be retrieved by calling IGetClusterDataInfo::GetObjectCount.

-param lpszResTypeName [out]

Pointer to the type of the resource associated with lObjIndex. The lpResTypeName parameter can be NULL, indicating that the caller is requesting only the length of the resource type. Although declared as a BSTR, this parameter is implemented as an LPWSTR.

-param pcchResTypeName [in, out]

On input, pointer to the count of characters in the buffer pointed to by the lpResTypeName parameter. The pcchResTypeName parameter cannot be NULL. On output, pointer to the count of characters in the resource type name stored in the content of lpResTypeName, including the NULL-terminating character.

-returns

If GetResourceTypeName 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 lpResTypeName is too small to hold the requested resource type. GetResourceTypeName returns the required number of characters in the content of pcchResTypeName.

-see-also

IGetClusterDataInfo::GetObjectCount

IGetClusterResourceInfo