IContactPropertyCollection::GetPropertyType method (icontact.h)

Retrieves the type for the current property in the enumeration.

Syntax

HRESULT GetPropertyType(
  [in, out] DWORD *pdwType
);

Parameters

[in, out] pdwType

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

Return value

Type: HRESULT

Returns one of the following values.

Return code Description
S_OK
Query is successful.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Target Platform Windows
Header icontact.h (include Contact.h)
DLL Wab32.dll (Version 6.0 or later)