Skip to content

Latest commit

 

History

History
133 lines (118 loc) · 3.75 KB

nf-icontact-icontactpropertycollection-getpropertytype.md

File metadata and controls

133 lines (118 loc) · 3.75 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.GetPropertyType
IContactPropertyCollection::GetPropertyType (icontact.h)
Retrieves the type for the current property in the enumeration.
CGD_ARRAY_NODE
CGD_BINARY_PROPERTY
CGD_DATE_PROPERTY
CGD_STRING_PROPERTY
CGD_UNKNOWN_PROPERTY
GetPropertyType
GetPropertyType method [Windows Contacts]
GetPropertyType method [Windows Contacts]
IContactPropertyCollection interface
IContactPropertyCollection interface [Windows Contacts]
GetPropertyType method
IContactPropertyCollection.GetPropertyType
IContactPropertyCollection::GetPropertyType
_wincontacts_IContactPropertyCollection_GetPropertyType
icontact/IContactPropertyCollection::GetPropertyType
wincontacts._wincontacts_IContactPropertyCollection_GetPropertyType
wincontacts\_wincontacts_IContactPropertyCollection_GetPropertyType.htm
wincontacts
11977b0c-332a-415a-986f-7fb08246413f
12/05/2018
CGD_ARRAY_NODE, CGD_BINARY_PROPERTY, CGD_DATE_PROPERTY, CGD_STRING_PROPERTY, CGD_UNKNOWN_PROPERTY, GetPropertyType, GetPropertyType method [Windows Contacts], GetPropertyType method [Windows Contacts],IContactPropertyCollection interface, IContactPropertyCollection interface [Windows Contacts],GetPropertyType method, IContactPropertyCollection.GetPropertyType, IContactPropertyCollection::GetPropertyType, _wincontacts_IContactPropertyCollection_GetPropertyType, icontact/IContactPropertyCollection::GetPropertyType, wincontacts._wincontacts_IContactPropertyCollection_GetPropertyType
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::GetPropertyType
icontact/IContactPropertyCollection::GetPropertyType
c++
APIRef
kbSyntax
COM
Wab32.dll
IContactPropertyCollection.GetPropertyType

IContactPropertyCollection::GetPropertyType

-description

Retrieves the type for the current property in the enumeration.

-parameters

-param pdwType [in, out]

Type: DWORD*

Specifies the type of property.

Value Meaning
CGD_UNKNOWN_PROPERTY
0x00000000
CGD_STRING_PROPERTY
0x00000001
CGD_DATE_PROPERTY
0x00000002
CGD_BINARY_PROPERTY
0x00000004
CGD_ARRAY_NODE
0x00000008

-returns

Type: HRESULT

Returns one of the following values.

Return code Description
S_OK
Query is successful.