Skip to content

Latest commit

 

History

History
110 lines (90 loc) · 3.28 KB

nf-icontact-icontactpropertycollection-getpropertyname.md

File metadata and controls

110 lines (90 loc) · 3.28 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:icontact.IContactPropertyCollection.GetPropertyName
IContactPropertyCollection::GetPropertyName (icontact.h)
Retrieves the name for the current property in the enumeration.
GetPropertyName
GetPropertyName method [Windows Contacts]
GetPropertyName method [Windows Contacts]
IContactPropertyCollection interface
IContactPropertyCollection interface [Windows Contacts]
GetPropertyName method
IContactPropertyCollection.GetPropertyName
IContactPropertyCollection::GetPropertyName
_wincontacts_IContactPropertyCollection_GetPropertyName
icontact/IContactPropertyCollection::GetPropertyName
wincontacts._wincontacts_IContactPropertyCollection_GetPropertyName
wincontacts\_wincontacts_IContactPropertyCollection_GetPropertyName.htm
wincontacts
8fa7fb24-2648-4f7b-b37c-d42b2966a959
12/05/2018
GetPropertyName, GetPropertyName method [Windows Contacts], GetPropertyName method [Windows Contacts],IContactPropertyCollection interface, IContactPropertyCollection interface [Windows Contacts],GetPropertyName method, IContactPropertyCollection.GetPropertyName, IContactPropertyCollection::GetPropertyName, _wincontacts_IContactPropertyCollection_GetPropertyName, icontact/IContactPropertyCollection::GetPropertyName, wincontacts._wincontacts_IContactPropertyCollection_GetPropertyName
icontact.h
Contact.h
Windows
Windows Vista [desktop apps only]
Windows Server 2003 [desktop apps only]
Icontact.idl
Wab32.dll (Version 6.0 or later)
Windows
19H1
IContactPropertyCollection::GetPropertyName
icontact/IContactPropertyCollection::GetPropertyName
c++
APIRef
kbSyntax
COM
Wab32.dll
IContactPropertyCollection.GetPropertyName

IContactPropertyCollection::GetPropertyName

-description

Retrieves the name for the current property in the enumeration.

-parameters

-param pszPropertyName [in, out]

Type: LPWSTR

On success, contains the name to use for querying on IContactProperties. EX: toplevel -or- toplevel/secondlevel[4]/thirdlevel.

-param cchPropertyName [in]

Type: DWORD

Specifies caller-allocated buffer size in characters.

-param pdwcchPropertyNameRequired [in, out]

Type: DWORD*

On failure, contains the required size for pszPropertyName.

-returns

Type: HRESULT

Returns one of the following values:

Return code Description
S_OK
Query is successful.
ERROR_INSUFFICIENT_BUFFER
pszPropertyName was not large enough to store the value. The required buffer size is stored in *pdwcchPropertyNameRequired.