IFieldValue::GetFieldType
Gets the data type of the field.
HRESULT GetFieldType(
ULONG * pFieldType);
Parameters
- pFieldType
[out] Returns the data type of the field. This value is from the SYNC_METADATA_FIELD_TYPE enumeration. The default value is SYNC_METADATA_FIELD_TYPE_NOTYPE.
Return Value
S_OK
E_POINTER